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

Add Catalan translation #743

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed compilation warning from gettext
- Added `cycled` option for `Timex.between?/4` to support time-range checks that pass through midnight
- Add Croatian translation
- Add Catalan translation

### Fixed

Expand Down
28 changes: 28 additions & 0 deletions priv/translations/ca/LC_MESSAGES/day_periods.po
@@ -0,0 +1,28 @@
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
## effect: edit them in PO (`.po`) files instead.
msgid ""
msgstr ""
"Language: ca\n"

#: lib/l10n/translator.ex:266
msgid "AM"
msgstr "AM"

#: lib/l10n/translator.ex:268
msgid "PM"
msgstr "PM"

#: lib/l10n/translator.ex:267
msgid "am"
msgstr "am"

#: lib/l10n/translator.ex:269
msgid "pm"
msgstr "pm"
60 changes: 60 additions & 0 deletions priv/translations/ca/LC_MESSAGES/months.po
@@ -0,0 +1,60 @@
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
## effect: edit them in PO (`.po`) files instead.
msgid ""
msgstr ""
"Language: ca\n"

#: lib/l10n/translator.ex:303
msgid "April"
msgstr "Abril"

#: lib/l10n/translator.ex:307
msgid "August"
msgstr "Agost"

#: lib/l10n/translator.ex:311
msgid "December"
msgstr "Desembre"

#: lib/l10n/translator.ex:301
msgid "February"
msgstr "Febrer"

#: lib/l10n/translator.ex:300
msgid "January"
msgstr "Gener"

#: lib/l10n/translator.ex:306
msgid "July"
msgstr "Juliol"

#: lib/l10n/translator.ex:305
msgid "June"
msgstr "Juny"

#: lib/l10n/translator.ex:302
msgid "March"
msgstr "Març"

#: lib/l10n/translator.ex:304
msgid "May"
msgstr "Maig"

#: lib/l10n/translator.ex:310
msgid "November"
msgstr "Novembre"

#: lib/l10n/translator.ex:309
msgid "October"
msgstr "Octubre"

#: lib/l10n/translator.ex:308
msgid "September"
msgstr "Setembre"
60 changes: 60 additions & 0 deletions priv/translations/ca/LC_MESSAGES/months_abbr.po
@@ -0,0 +1,60 @@
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
## effect: edit them in PO (`.po`) files instead.
msgid ""
msgstr ""
"Language: ca\n"

#: lib/l10n/translator.ex:290
msgid "Apr"
msgstr "Abr"

#: lib/l10n/translator.ex:294
msgid "Aug"
msgstr "Ag"

#: lib/l10n/translator.ex:298
msgid "Dec"
msgstr "Des"

#: lib/l10n/translator.ex:288
msgid "Feb"
msgstr "Febr"

#: lib/l10n/translator.ex:287
msgid "Jan"
msgstr "Gen"

#: lib/l10n/translator.ex:293
msgid "Jul"
msgstr "Jul"

#: lib/l10n/translator.ex:292
msgid "Jun"
msgstr "Juny"

#: lib/l10n/translator.ex:289
msgid "Mar"
msgstr "Març"

#: lib/l10n/translator.ex:291
msgid "May"
msgstr "Maig"

#: lib/l10n/translator.ex:297
msgid "Nov"
msgstr "Nov"

#: lib/l10n/translator.ex:296
msgid "Oct"
msgstr "Oct"

#: lib/l10n/translator.ex:295
msgid "Sep"
msgstr "Set"
16 changes: 16 additions & 0 deletions priv/translations/ca/LC_MESSAGES/numbers.po
@@ -0,0 +1,16 @@
## This file is a PO Template file.
##
## `msgid`s here are often extracted from source code.
## Add new translations manually only if they're dynamic
## translations that can't be statically extracted.
##
## Run `mix gettext.extract` to bring this file up to
## date. Leave `msgstr`s empty as changing them here as no
## effect: edit them in PO (`.po`) files instead.
msgid ""
msgstr ""
"Language: ca\n"

#: lib/l10n/translator.ex:389
msgid "#,##0.###"
msgstr "#.##0,###"