Skip to content

Commit

Permalink
Merge pull request #25 from meigwilym/master
Browse files Browse the repository at this point in the history
Welsh language translations (spoken in Wales, UK)
  • Loading branch information
stelgenhof committed May 4, 2016
2 parents 6dcf536 + 634068c commit c1fea7d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/christmasDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for Christmas
return [
'cy_GB' => 'Nadolig',
'da_DK' => '1. Juledag',
'de_DE' => '1. Weihnachtsfeiertag',
'el_GR' => 'Χριστούγεννα',
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/christmasEve.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for Christmas Eve
return [
'cy_GB' => 'Noswyl Nadolig',
'en_US' => 'Christmas Eve',
'sv_SE' => 'julafton',
];
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/easter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for Easter Sunday
return [
'cy_GB' => 'Sul y Pasg',
'da_DK' => 'Påskedag',
'el_GR' => 'Κυριακή του Πάσχα',
'en_US' => 'Easter Sunday',
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/easterMonday.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for Easter Monday
return [
'cy_GB' => 'Llun y Pasg',
'da_DK' => '2. Påskedag',
'de_DE' => 'Ostermontag',
'el_GR' => 'Δευτέρα του Πάσχα',
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/goodFriday.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for Good Friday
return [
'cy_GB' => 'Gwener y Groglith',
'da_DK' => 'Langfredag',
'de_DE' => 'Karfreitag',
'el_GR' => 'Μεγάλη Παρασκευή',
Expand Down
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/newYearsDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for New Year's Day
return [
'cy_GB' => 'Dydd Calan',
'da_DK' => 'Nytårsdag',
'de_DE' => 'Neujahr',
'el_GR' => 'Πρωτοχρονιά',
Expand Down
17 changes: 17 additions & 0 deletions src/Yasumi/data/translations/stDavidsDay.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
/**
* This file is part of the Yasumi package.
*
* Copyright (c) 2015 - 2016 AzuyaLabs
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Sacha Telgenhof <stelgenhof@gmail.com>
*/

// Translation for St. George's Day
return [
'cy_GB' => 'Dydd Gŵyl Dewi',
'en_GB' => 'St. David\'s Day',
];
1 change: 1 addition & 0 deletions src/Yasumi/data/translations/stStephensDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// Translation for St. Stephen's Day
return [
'cy_GB' => 'Gŵyl San Steffan',
'en_US' => 'St. Stephen\'s Day',
'es_ES' => 'Sant Esteve',
'fr_FR' => 'Saint-Étienne',
Expand Down

0 comments on commit c1fea7d

Please sign in to comment.