Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welsh language translations (spoken in Wales, UK) #25

Merged
merged 1 commit into from
May 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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