diff --git a/apps/AppLocalisation.md b/apps/AppLocalisation.md
new file mode 100644
index 00000000..7a3ae853
--- /dev/null
+++ b/apps/AppLocalisation.md
@@ -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:
+
+
+ - languages
+ - 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.
+ - fallbacks
+ - 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.
+ - uiOnly
+ - 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).
+ - excludeFromUi
+ - 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.
+
+
+## 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
diff --git a/index.md b/index.md
index f8b316cb..eeddb259 100644
--- a/index.md
+++ b/index.md
@@ -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)