Skip to content

Commit 77f8eba

Browse files
committed
feat: add Gurani
Fixes #2455
1 parent cb3a1f9 commit 77f8eba

135 files changed

Lines changed: 1108 additions & 479 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PLURALS_DIFF.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ Code | Name | Plurals | CLDR plurals | Gettext plurals | Translate toolkit |
297297
`gv` | Manx | nplurals=4; plural=(n % 10 == 1) ? 0 : ((n % 10 == 2) ? 1 : ((n % 100 == 0 \|\| n % 100 == 20 \|\| n % 100 == 40 \|\| n % 100 == 60 \|\| n % 100 == 80) ? 2 : 3)); | ✔ | | |
298298
`gwi` | Gwichʼin | nplurals=2; plural=n != 1; | | | |
299299
`ha` | Hausa | nplurals=2; plural=n != 1; | ✔ | | ✔ |
300+
`hac` | Gorani | nplurals=2; plural=n != 1; | | | |
300301
`hai` | Haida | nplurals=2; plural=n != 1; | | | |
301302
`hak_Hans` | Hakka (Simplified Han script) | nplurals=1; plural=0; | | | |
302303
`hak_Hant` | Hakka (Traditional Han script) | nplurals=1; plural=0; | | | |

languages.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ guz,Gusii,2,n != 1
290290
gv,Manx,4,(n % 10 == 1) ? 0 : ((n % 10 == 2) ? 1 : ((n % 100 == 0 || n % 100 == 20 || n % 100 == 40 || n % 100 == 60 || n % 100 == 80) ? 2 : 3))
291291
gwi,Gwichʼin,2,n != 1
292292
ha,Hausa,2,n != 1
293+
hac,Gorani,2,n != 1
293294
hai,Haida,2,n != 1
294295
hak_Hans,Hakka (Simplified Han script),1,0
295296
hak_Hant,Hakka (Traditional Han script),1,0

weblate_language_data/check_languages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3869,6 +3869,7 @@
38693869
"gora",
38703870
"gorakor",
38713871
"goranboy",
3872+
"gorani",
38723873
"goranska",
38733874
"gorap",
38743875
"goreng",

weblate_language_data/language_codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@
475475
"gwi",
476476
"gya",
477477
"ha",
478+
"hac",
478479
"hai",
479480
"hak",
480481
"hak_hans",

weblate_language_data/languages.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,6 +2635,15 @@
26352635
2,
26362636
"n != 1",
26372637
),
2638+
(
2639+
"hac",
2640+
# Translators: Language name for ISO code "hac". The parenthesis clarifies
2641+
# variant of the language. It could contain a region, age (Old, Middle, ...)
2642+
# or other variant.
2643+
_("Gorani"),
2644+
2,
2645+
"n != 1",
2646+
),
26382647
(
26392648
"hai",
26402649
# Translators: Language name for ISO code "hai". The parenthesis clarifies

weblate_language_data/locale/ab/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Weblate Language Data\n"
88
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
9-
"POT-Creation-Date: 2026-05-15 13:56+0200\n"
9+
"POT-Creation-Date: 2026-05-15 13:58+0200\n"
1010
"PO-Revision-Date: 2025-09-20 13:36+0000\n"
1111
"Last-Translator: Manuela Silva <mmsrs@sky.com>\n"
1212
"Language-Team: Abkhazian <https://hosted.weblate.org/projects/weblate/"
@@ -1764,6 +1764,12 @@ msgstr ""
17641764
msgid "Hausa"
17651765
msgstr ""
17661766

1767+
#. Translators: Language name for ISO code "hac". The parenthesis clarifies
1768+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
1769+
#. or other variant.
1770+
msgid "Gorani"
1771+
msgstr ""
1772+
17671773
#. Translators: Language name for ISO code "hai". The parenthesis clarifies
17681774
#. variant of the language. It could contain a region, age (Old, Middle, ...)
17691775
#. or other variant.

weblate_language_data/locale/af/LC_MESSAGES/django.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Weblate Language Data\n"
1010
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
11-
"POT-Creation-Date: 2026-05-15 13:56+0200\n"
11+
"POT-Creation-Date: 2026-05-15 13:58+0200\n"
1212
"PO-Revision-Date: 2026-01-18 10:01+0000\n"
1313
"Last-Translator: Jim Kats <jim-kats@hotmail.com>\n"
1414
"Language-Team: Afrikaans <https://hosted.weblate.org/projects/weblate/"
@@ -1850,6 +1850,13 @@ msgstr "Gwichʼin"
18501850
msgid "Hausa"
18511851
msgstr "Hausa"
18521852

1853+
#. Translators: Language name for ISO code "hac". The parenthesis clarifies
1854+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
1855+
#. or other variant.
1856+
#, fuzzy
1857+
msgid "Gorani"
1858+
msgstr "Guarani"
1859+
18531860
#. Translators: Language name for ISO code "hai". The parenthesis clarifies
18541861
#. variant of the language. It could contain a region, age (Old, Middle, ...)
18551862
#. or other variant.
@@ -5103,10 +5110,6 @@ msgstr "Zuni"
51035110
msgid "Zaza"
51045111
msgstr "Zazaki"
51055112

5106-
#, fuzzy
5107-
#~ msgid "Gurani"
5108-
#~ msgstr "Guarani"
5109-
51105113
#, fuzzy
51115114
#~| msgid "Chinese (Simplified)"
51125115
#~ msgid "Minnan (Simplified Hàn-lô script"

weblate_language_data/locale/afh/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Weblate Language Data\n"
99
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
10-
"POT-Creation-Date: 2026-05-15 13:56+0200\n"
10+
"POT-Creation-Date: 2026-05-15 13:58+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -1762,6 +1762,12 @@ msgstr ""
17621762
msgid "Hausa"
17631763
msgstr ""
17641764

1765+
#. Translators: Language name for ISO code "hac". The parenthesis clarifies
1766+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
1767+
#. or other variant.
1768+
msgid "Gorani"
1769+
msgstr ""
1770+
17651771
#. Translators: Language name for ISO code "hai". The parenthesis clarifies
17661772
#. variant of the language. It could contain a region, age (Old, Middle, ...)
17671773
#. or other variant.

weblate_language_data/locale/ang/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Weblate Language Data\n"
99
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
10-
"POT-Creation-Date: 2026-05-15 13:56+0200\n"
10+
"POT-Creation-Date: 2026-05-15 13:58+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -1762,6 +1762,12 @@ msgstr ""
17621762
msgid "Hausa"
17631763
msgstr ""
17641764

1765+
#. Translators: Language name for ISO code "hac". The parenthesis clarifies
1766+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
1767+
#. or other variant.
1768+
msgid "Gorani"
1769+
msgstr ""
1770+
17651771
#. Translators: Language name for ISO code "hai". The parenthesis clarifies
17661772
#. variant of the language. It could contain a region, age (Old, Middle, ...)
17671773
#. or other variant.

weblate_language_data/locale/ar/LC_MESSAGES/django.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Weblate 4.3\n"
2323
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
24-
"POT-Creation-Date: 2026-05-15 13:56+0200\n"
24+
"POT-Creation-Date: 2026-05-15 13:58+0200\n"
2525
"PO-Revision-Date: 2026-04-02 08:09+0000\n"
2626
"Last-Translator: ZayedRashid <zeyaras2024@gmail.com>\n"
2727
"Language-Team: Arabic <https://hosted.weblate.org/projects/weblate/languages/"
@@ -1870,6 +1870,14 @@ msgstr "غوتشن"
18701870
msgid "Hausa"
18711871
msgstr "الهَوسية"
18721872

1873+
#. Translators: Language name for ISO code "hac". The parenthesis clarifies
1874+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
1875+
#. or other variant.
1876+
#, fuzzy
1877+
#| msgid "Sorani"
1878+
msgid "Gorani"
1879+
msgstr "كردية سورانية"
1880+
18731881
#. Translators: Language name for ISO code "hai". The parenthesis clarifies
18741882
#. variant of the language. It could contain a region, age (Old, Middle, ...)
18751883
#. or other variant.
@@ -5311,9 +5319,6 @@ msgstr "الموري"
53115319
#~ msgid "Old Church Slavonic"
53125320
#~ msgstr "السلافونية الكنسية القديمة"
53135321

5314-
#~ msgid "Sorani"
5315-
#~ msgstr "كردية سورانية"
5316-
53175322
#, fuzzy
53185323
#~| msgid "Sorani"
53195324
#~ msgid "Sorani (Iran)"

0 commit comments

Comments
 (0)