-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Loalising apps and webapps related to the GiellaLT infrastructure | ||
|
||
# App overview | ||
|
||
The following apps & webapps need localisation: | ||
|
||
- [borealium.org](https://borealium.org) | ||
- Divvun Manager | ||
- DM One-click installer | ||
- Páhkat package descriptions | ||
- [satni.org](https://satni.org) | ||
|
||
Localisation of each of them is described below. | ||
|
||
# [borealium.org](https://borealium.org) | ||
|
||
## Languages and fallback mechanisms | ||
|
||
`data/languages.ts` contains a list of all languages covered by the site. It has four sections: | ||
|
||
<dl> | ||
<dt>languages</dt> | ||
<dd>The main language definition, contains language codes and the human readable names, possibly also regions covered by the language, in case there are linguistic or orthographic variation following the regions, or just to ensure a most useful fallback list depending on region.</dd> | ||
<dt>fallbacks</dt> | ||
<dd>This is a fallback definition for page content when the requested content is not available in the desired language. This makes pages "multilingual", but in a controlled manner.</dd> | ||
<dt>uiOnly</dt> | ||
<dd>Languages that are only used to select page language in the portal, not to select tools = we do not make or promote tools for these languages (at least not in this portal).</dd> | ||
<dt>excludeFromUi</dt> | ||
<dd>Languages for which we do not have any translated content, but for which we still want them listed in the tools list. That is, skip these languages in the language selection drop down for the site.</dd> | ||
</dl> | ||
|
||
## Categories | ||
|
||
`data/categories.ts` contains localised names and descriptions of categories. | ||
|
||
It is seen on top of each category page. One gets to these pages when clicking on a category label. | ||
|
||
# Divvun Manager | ||
|
||
(macOS & Windows) | ||
|
||
TBW | ||
|
||
# DM One-click installer | ||
|
||
(Windows) | ||
|
||
TBW | ||
|
||
# Páhkat package descriptions | ||
|
||
TBW | ||
|
||
# [satni.org](https://satni.org) | ||
|
||
TBW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters