Skip to content

Commit

Permalink
Merge pull request #1595 from kylekatarnls/translation-improvement
Browse files Browse the repository at this point in the history
Add Norwegian regional locales
Add regional aliases (at least one default region for each language)

-----
af_ZA, bg_BG, bo_CN, br_FR, ca_ES, cs_CZ, cv_RU, cy_GB, da_DK, et_EE, eu_ES, fa_IR, fi_FI, fo_FO, ga_IE, gd_GB, gl_ES, gu_IN, he_IL, hi_IN, hr_HR, hu_HU, id_ID, is_IS, ja_JP, ka_GE, kk_KZ, km_KH, kn_IN, ko_KR, ku_TR, ky_KG, lb_LU, lo_LA, lt_LT, lv_LV, mi_NZ, mk_MK, ml_IN, mn_MN, mr_IN, mt_MT, my_MM, nb_NO, ne_NP, nn_NO, oc_FR, pl_PL, ps_AF, ro_RO, se_NO, si_LK, sk_SK, sl_SI, sq_AL, ss_ZA, te_IN, tg_TJ, th_TH, tr_TR, uk_UA, vi_VN, yo_NG
  • Loading branch information
kylekatarnls committed Feb 20, 2019
2 parents ca1e554 + 4af2f16 commit d77e6cd
Show file tree
Hide file tree
Showing 132 changed files with 15,063 additions and 165 deletions.
12 changes: 12 additions & 0 deletions src/Carbon/Lang/af_ZA.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/af.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/bg_BG.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/bg.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/bo_CN.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/bo.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/br_FR.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/br.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/ca_ES.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/ca.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/cs_CZ.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/cs.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/cv_RU.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/cv.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/cy_GB.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/cy.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/da_DK.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/da.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/et_EE.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/et.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/eu_ES.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/eu.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/fa_IR.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/fa.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/fi_FI.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/fi.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/fo_FO.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/fo.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/ga_IE.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/ga.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/gd_GB.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/gd.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/gl_ES.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/gl.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/gu_IN.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/gu.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/he_IL.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/he.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/hi_IN.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/hi.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/hr_HR.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/hr.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/hu_HU.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/hu.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/id_ID.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/id.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/is_IS.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/is.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/ja_JP.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/ja.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/ka_GE.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/ka.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/kk_KZ.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/kk.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/km_KH.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/km.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/kn_IN.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/kn.php';
12 changes: 12 additions & 0 deletions src/Carbon/Lang/ko_KR.php
@@ -0,0 +1,12 @@
<?php

/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return require __DIR__.'/ko.php';

0 comments on commit d77e6cd

Please sign in to comment.