Skip to content

Commit e6579c7

Browse files
committed
feat: add Scots (Ulster)
1 parent 2b4863c commit e6579c7

134 files changed

Lines changed: 920 additions & 133 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
@@ -633,6 +633,7 @@ Code | Name | Plurals | CLDR plurals | Gettext plurals | Translate toolkit |
633633
`sck` | Sadri | nplurals=2; plural=n != 1; | | | |
634634
`scn` | Sicilian | nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2); | ✔ | | nplurals=2; plural=(n != 1); |
635635
`sco` | Scots | nplurals=2; plural=n != 1; | | | ✔ |
636+
`sco-ulster` | Scots (Ulster) | nplurals=2; plural=n != 1; | | | |
636637
`sd` | Sindhi | nplurals=2; plural=n != 1; | ✔ | | ✔ |
637638
`sdh` | Kurdish (Southern) | nplurals=2; plural=n != 1; | ✔ | | |
638639
`se` | Sami (Northern) | nplurals=3; plural=(n == 1) ? 0 : ((n == 2) ? 1 : 2); | ✔ | | nplurals=2; plural=(n != 1); |

languages.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ sc,Sardinian,2,n != 1
626626
sck,Sadri,2,n != 1
627627
scn,Sicilian,3,(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
628628
sco,Scots,2,n != 1
629+
sco-ulster,Scots (Ulster),2,n != 1
629630
sd,Sindhi,2,n != 1
630631
sdh,Kurdish (Southern),2,n != 1
631632
se,Sami (Northern),3,(n == 1) ? 0 : ((n == 2) ? 1 : 2)

weblate_language_data/language_codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@
988988
"sck",
989989
"scn",
990990
"sco",
991+
"sco-ulster",
991992
"scr",
992993
"sd",
993994
"sdh",

weblate_language_data/languages.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5659,6 +5659,15 @@
56595659
2,
56605660
"n != 1",
56615661
),
5662+
(
5663+
"sco-ulster",
5664+
# Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
5665+
# variant of the language. It could contain a region, age (Old, Middle, ...)
5666+
# or other variant.
5667+
_("Scots (Ulster)"),
5668+
2,
5669+
"n != 1",
5670+
),
56625671
(
56635672
"sd",
56645673
# Translators: Language name for ISO code "sd". 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-04-13 14:05+0200\n"
9+
"POT-Creation-Date: 2026-05-14 15:11+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/"
@@ -3780,6 +3780,12 @@ msgstr ""
37803780
msgid "Scots"
37813781
msgstr ""
37823782

3783+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
3784+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
3785+
#. or other variant.
3786+
msgid "Scots (Ulster)"
3787+
msgstr ""
3788+
37833789
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
37843790
#. variant of the language. It could contain a region, age (Old, Middle, ...)
37853791
#. or other variant.

weblate_language_data/locale/af/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
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-04-13 14:05+0200\n"
11+
"POT-Creation-Date: 2026-05-14 15:11+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/"
@@ -4025,6 +4025,12 @@ msgstr "Fries"
40254025
msgid "Scots"
40264026
msgstr "Sotho"
40274027

4028+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
4029+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
4030+
#. or other variant.
4031+
msgid "Scots (Ulster)"
4032+
msgstr ""
4033+
40284034
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
40294035
#. variant of the language. It could contain a region, age (Old, Middle, ...)
40304036
#. or other variant.

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-04-13 14:05+0200\n"
10+
"POT-Creation-Date: 2026-05-14 15:11+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -3778,6 +3778,12 @@ msgstr ""
37783778
msgid "Scots"
37793779
msgstr ""
37803780

3781+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
3782+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
3783+
#. or other variant.
3784+
msgid "Scots (Ulster)"
3785+
msgstr ""
3786+
37813787
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
37823788
#. variant of the language. It could contain a region, age (Old, Middle, ...)
37833789
#. 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-04-13 14:05+0200\n"
10+
"POT-Creation-Date: 2026-05-14 15:11+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -3778,6 +3778,12 @@ msgstr ""
37783778
msgid "Scots"
37793779
msgstr ""
37803780

3781+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
3782+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
3783+
#. or other variant.
3784+
msgid "Scots (Ulster)"
3785+
msgstr ""
3786+
37813787
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
37823788
#. variant of the language. It could contain a region, age (Old, Middle, ...)
37833789
#. or other variant.

weblate_language_data/locale/ar/LC_MESSAGES/django.po

Lines changed: 7 additions & 1 deletion
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-04-13 14:05+0200\n"
24+
"POT-Creation-Date: 2026-05-14 15:11+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/"
@@ -4064,6 +4064,12 @@ msgstr "الصقلية"
40644064
msgid "Scots"
40654065
msgstr "الاسكتلندية"
40664066

4067+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
4068+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
4069+
#. or other variant.
4070+
msgid "Scots (Ulster)"
4071+
msgstr ""
4072+
40674073
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
40684074
#. variant of the language. It could contain a region, age (Old, Middle, ...)
40694075
#. or other variant.

weblate_language_data/locale/ar_LY/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 4.3\n"
99
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
10-
"POT-Creation-Date: 2026-04-13 14:05+0200\n"
10+
"POT-Creation-Date: 2026-05-14 15:11+0200\n"
1111
"PO-Revision-Date: 2020-06-19 09:20+0000\n"
1212
"Last-Translator: Ayoub Rejal <ayoubrejal@gmail.com>\n"
1313
"Language-Team: Arabic (Libya) <https://hosted.weblate.org/projects/weblate/"
@@ -3863,6 +3863,12 @@ msgstr ""
38633863
msgid "Scots"
38643864
msgstr ""
38653865

3866+
#. Translators: Language name for ISO code "sco-ulster". The parenthesis clarifies
3867+
#. variant of the language. It could contain a region, age (Old, Middle, ...)
3868+
#. or other variant.
3869+
msgid "Scots (Ulster)"
3870+
msgstr ""
3871+
38663872
#. Translators: Language name for ISO code "sd". The parenthesis clarifies
38673873
#. variant of the language. It could contain a region, age (Old, Middle, ...)
38683874
#. or other variant.

0 commit comments

Comments
 (0)