Skip to content

Commit

Permalink
varia
Browse files Browse the repository at this point in the history
  • Loading branch information
zoometh committed Dec 12, 2024
1 parent f05f979 commit 4013d89
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 6 deletions.
14 changes: 8 additions & 6 deletions dbs/database.eamena/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Internationalisation
> Internationalisation (i18n) and localisation (l10n)
> Internationalisation (i18n) and localisation (l10n), `[\u0621-\u064A]+$`



## Messages, thesauri and resource models
Expand Down Expand Up @@ -66,7 +68,7 @@ msgstr ""
> RM
<p align="center">
<img alt="img-name" src="image-5.png" width="450">
<img alt="img-name" src="img/image-5.png" width="450">
<br>
<em>Heritage Place ressource model (RM)</em>
</p>
Expand Down Expand Up @@ -307,7 +309,7 @@ So far in the EAMENA DB, Arabic translation of English are hard written in the R

| English | Arabic |
|----------|----------|
| ![alt text](image.png) | ![alt text](image-1.png) |
| ![alt text](img/image.png) | ![alt text](img/image-1.png) |
| English (`en`) mode, EAMENA training instance | Arabic (`ar`) mode, EAMENA training instance |

See for example [Resource Summary](https://github.com/eamena-project/eamena-arches-dev/blob/main/dbs/database.eamena/data/reference_data/rm/hp/Heritage%20Place_with_hard_written_arabic.json#L86-L87)
Expand All @@ -322,7 +324,7 @@ In the l10n in Arabic (`ar`) has been done, we can remove this Arabic hard writ
1. Check, in the Postgres DB, if the `ar` translation exists:

<p align="center">
<img alt="img-name" src="image-3.png" width="700">
<img alt="img-name" src="img/image-3.png" width="700">
<br>
</p>

Expand All @@ -336,7 +338,7 @@ AND graphid::text = '34cfe98e-c2c0-11ea-9026-02e7594ce0a0'; -- the UUID of the H
2. If the `ar` exists: remove the hard written Arabic after the `/` (in blue)

<p align="center">
<img alt="img-name" src="image-4.png" width="500">
<img alt="img-name" src="img/image-4.png" width="500">
<br>
</p>

Expand All @@ -358,7 +360,7 @@ AND graphid::text = '34cfe98e-c2c0-11ea-9026-02e7594ce0a0'; -- the UUID of the H
```

<p align="center">
<img alt="img-name" src="image-2.png" width="700">
<img alt="img-name" src="img/image-2.png" width="700">
<br>
</p>

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
15 changes: 15 additions & 0 deletions spatial/basemaps/erbil-citadel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Erbil Citadel",
"sources": {
"Picture2_modified_clipped": {
"tiles": ["http://54.155.109.226:8080/geoserver/ows?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.3.0&request=GetMap&srs=EPSG:3857&width=256&height=256&layers=temp:Picture2_modified_clipped&transparent=true&tiled=true"],
"type": "raster",
"tileSize": 256
}
},
"layers": [{
"source": "erbil-citadel",
"type": "raster",
"id": "erbil-citadel"
}]
}

0 comments on commit 4013d89

Please sign in to comment.