Skip to content

Commit

Permalink
Merge f221b04 into 05f5681
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarOficial committed Jan 19, 2019
2 parents 05f5681 + f221b04 commit 8837eda
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ Available languages
| fo | Faroese | |
| fr | French | |
| ge | Georgia | |
| gl | Galician | |
| he | Hebrew | |
| hu | Hungarian | |
| hr | Croatian | |
Expand Down
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import fi from './translations/fi'
import fo from './translations/fo'
import fr from './translations/fr'
import ge from './translations/ge'
import gl from './translations/gl'
import he from './translations/he'
import hr from './translations/hr'
import hu from './translations/hu'
Expand Down Expand Up @@ -63,6 +64,7 @@ export {
fo,
fr,
ge,
gl,
he,
hr,
hu,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/gl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Galician',
['Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro'],
['Xan', 'Feb', 'Mar', 'Abr', 'Mai', 'Xuñ', 'Xul', 'Ago', 'Set', 'Out', 'Nov', 'Dec'],
['Dom', 'Lun', 'Mar', 'Mér', 'Xov', 'Ven', 'Sáb']
)
// eslint-disable-next-line
;

0 comments on commit 8837eda

Please sign in to comment.