diff --git a/common/casing/sgs.xml b/common/casing/sgs.xml
new file mode 100644
index 00000000000..2ba708dea48
--- /dev/null
+++ b/common/casing/sgs.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+ lowercase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ lowercase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+ lowercase
+ lowercase
+ titlecase
+ titlecase
+ titlecase
+ titlecase
+
+
+
diff --git a/common/collation/sgs.xml b/common/collation/sgs.xml
new file mode 100644
index 00000000000..55cc7800712
--- /dev/null
+++ b/common/collation/sgs.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/main/sgs.xml b/common/main/sgs.xml
new file mode 100644
index 00000000000..064b2e55d56
--- /dev/null
+++ b/common/main/sgs.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+ [aā b c č d eē ė{ė\u0304} f g h iī j k l m n oō p r s š t uū v z ž]
+ [{a\u0304} {ch} {dz} {dž} {e\u0304} {i\u0304} {o\u0304} {u\u0304}]
+ [AĀ B C Č D EĒ Ė{Ė\u0304} F G H IĪ J K L M N OŌ P R S Š T UŪ V Z Ž]
+ [ , % ‰ + − 0 1 2 3 4 5 6 7 8 9]
+ [\- ‐‑ – — , ; \: ! ? . … “„ ( ) \[ \] \{ \}]
+
+
+ „
+ “
+ „
+ “
+
+
+
+ tēp:t
+ nē:n
+
+
+
diff --git a/common/main/sgs_LT.xml b/common/main/sgs_LT.xml
new file mode 100644
index 00000000000..a8034f5f774
--- /dev/null
+++ b/common/main/sgs_LT.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/common/supplemental/plurals.xml b/common/supplemental/plurals.xml
index 9b1100a2832..13417062e71 100644
--- a/common/supplemental/plurals.xml
+++ b/common/supplemental/plurals.xml
@@ -225,6 +225,13 @@ CLDR data files are interpreted according to the LDML specification (http://unic
v != 0 @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …
@integer 3~10, 13~19, 23, 103, 1003, …
+
+ n % 10 = 1 and n % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 1.0, 21.0, 31.0, 41.0, 51.0, 61.0, 71.0, 81.0, 101.0, 1001.0, …
+ n = 2 @integer 2 @decimal 2.0
+ n != 2 and n % 10 = 2..9 and n % 100 != 11..19 @integer 3~9, 22~29, 102, 1002, … @decimal 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 22.0, 102.0, 1002.0, …
+ f != 0 @decimal 0.1~0.9, 1.1~1.7, 10.1, 100.1, 1000.1, …
+ @integer 0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …
+