diff options
author | Stephan Lachnit <stephanlachnit@protonmail.com> | 2019-11-19 21:17:05 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2020-01-23 22:35:31 +0000 |
commit | 3deb5d2214e2fe7fbf1c4bb259c1c5fd90619290 (patch) | |
tree | f71d71523a7e289271a7e23dcabdf3e97998eca5 /rules | |
parent | 2fc618e7d39b877d7d2b739b01c5facc8a89428b (diff) |
Add German/Swedish/Finnish variant to US layouts
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.extras.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/base.extras.xml b/rules/base.extras.xml index 9d18b2ff..c2af89b4 100644 --- a/rules/base.extras.xml +++ b/rules/base.extras.xml @@ -389,6 +389,18 @@ </variant> <variant> <configItem> + <name>de_se_fi</name> + <description>German, Swedish and Finnish (US)</description> + <languageList> + <iso639Id>eng</iso639Id> + <iso639Id>ger</iso639Id> + <iso639Id>swe</iso639Id> + <iso639Id>fin</iso639Id> + </languageList> + </configItem> + </variant> + <variant> + <configItem> <name>ibm238l</name> <description>English (US, IBM Arabic 238_L)</description> </configItem> |