Skip to content

Commit

Permalink
deploy: a4259ec
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Dec 18, 2023
1 parent 2d6a502 commit e1cc722
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
56 changes: 56 additions & 0 deletions apps/AppLocalisation.md
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
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
- [Development tools](tools/tools.md)
- [Technical maintenance](infra/TechnicalMaintenance.md)
- [Application infra](infra/ApplicationInfrastructure.md)
- [Localising GiellaLT apps](apps/AppLocalisation.md)
- [Maturity classification](MaturityClassification.md)
- [Where is what documented?](DocumentationGuide.md)
- [Language independent support tech](https://github.com/divvun)
Expand Down

0 comments on commit e1cc722

Please sign in to comment.