Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 978bd2f

Browse files
ro0NLfabpot
authored andcommitted
[Intl] Exclude root language
1 parent 0f1985f commit 978bd2f

106 files changed

Lines changed: 6 additions & 104 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

Data/Generator/LanguageDataGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class LanguageDataGenerator extends AbstractDataGenerator
8484
'zh' => 'zho',
8585
];
8686
private static $blacklist = [
87+
'root' => true, // Absolute root language
8788
'mul' => true, // Multiple languages
8889
'mis' => true, // Uncoded language
8990
'und' => true, // Unknown language

Resources/data/languages/af.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@
295295
"rn": "Rundi",
296296
"ro": "Roemeens",
297297
"rof": "Rombo",
298-
"root": "Root",
299298
"ru": "Russies",
300299
"rup": "Aromanies",
301300
"rw": "Rwandees",

Resources/data/languages/am.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@
351351
"ro": "ሮማኒያን",
352352
"ro_MD": "ሞልዳቪያንኛ",
353353
"rof": "ሮምቦ",
354-
"root": "ሩት",
355354
"ru": "ራሽያኛ",
356355
"rup": "አሮማንያን",
357356
"rw": "ኪንያርዋንድኛ",

Resources/data/languages/ar.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@
393393
"ro_MD": "المولدوفية",
394394
"rof": "الرومبو",
395395
"rom": "الغجرية",
396-
"root": "الجذر",
397396
"ru": "الروسية",
398397
"rup": "الأرومانيان",
399398
"rw": "الكينيارواندا",

Resources/data/languages/as.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@
288288
"ro": "ৰোমানীয়",
289289
"ro_MD": "মোল্ডাভিয়ান",
290290
"rof": "ৰোম্বো",
291-
"root": "ৰুট",
292291
"ru": "ৰাছিয়ান",
293292
"rup": "আৰোমানীয়",
294293
"rw": "কিনয়াৰোৱাণ্ডা",

Resources/data/languages/az.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@
380380
"ro_MD": "moldav",
381381
"rof": "rombo",
382382
"rom": "roman",
383-
"root": "rut",
384383
"ru": "rus",
385384
"rup": "aroman",
386385
"rw": "kinyarvanda",

Resources/data/languages/az_Cyrl.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
"rn": "рунди",
286286
"ro": "румын",
287287
"rof": "ромбо",
288-
"root": "рут",
289288
"ru": "рус",
290289
"rup": "ароман",
291290
"rw": "кинјарванда",

Resources/data/languages/be.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@
297297
"ro": "румынская",
298298
"ro_MD": "малдаўская",
299299
"rof": "ромба",
300-
"root": "корань",
301300
"ru": "руская",
302301
"rup": "арумунская",
303302
"rw": "руанда",

Resources/data/languages/bg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@
364364
"ro_MD": "молдовски",
365365
"rof": "ромбо",
366366
"rom": "ромски",
367-
"root": "роот",
368367
"ru": "руски",
369368
"rup": "арумънски",
370369
"rw": "киняруанда",

0 commit comments

Comments
 (0)