Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/locales
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2022-06-07 01:26:27 +1000
committerGitHub <noreply@github.com>2022-06-06 17:26:27 +0200
commit2d4b2620462a0fb4c9496ed0629d7ab8930fc73a (patch)
treedf1850ae1c717a3f1ea5d0fd39351b6482b35770 /archinstall/locales
parentf2492ca574448fe4bd44604316da322720e70040 (diff)
Handle cyrillic characters (#1309)
* Handle cyrillic characters * Update Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'archinstall/locales')
-rw-r--r--archinstall/locales/cyrillic.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/archinstall/locales/cyrillic.json b/archinstall/locales/cyrillic.json
new file mode 100644
index 00000000..13f11ad0
--- /dev/null
+++ b/archinstall/locales/cyrillic.json
@@ -0,0 +1,19 @@
+{
+ "languages": [
+ "Abkhazian",
+ "Azerbaijani",
+ "Bashkir",
+ "Belarusian",
+ "Bulgarian",
+ "Chuvash",
+ "Komi",
+ "Macedonian",
+ "Mongolian",
+ "Russian",
+ "Serbo-Croatian",
+ "Tajik",
+ "Tatar",
+ "Ukrainian",
+ "Uzbek"
+ ]
+}