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

Turkish language support added #995

Merged
merged 6 commits into from
Apr 12, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//= require bootstrap-datepicker/locales/bootstrap-datepicker.es
//= require bootstrap-datepicker/locales/bootstrap-datepicker.nl
//= require bootstrap-datepicker/locales/bootstrap-datepicker.fr
//= require bootstrap-datepicker/locales/bootstrap-datepicker.tr
//= require list
//= require list.unlist
//= require list.delay
Expand Down
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,7 @@ de:
language:
de: Deutsch
es: Spanisch
tr: Türkisch
fr: Französisch
nl: Niederländisch
required:
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,7 @@ en:
es: Spanish
fr: French
nl: Dutch
tr: Turkish
required:
mark: "*"
text: required
Expand Down
1 change: 1 addition & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,7 @@ es:
es: Español
fr: Francés
nl: Neerlandés
tr: Turco
required:
text: requerido
'yes': 'Sí'
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ fr:
es: Espagnol
fr: Français
nl: Néerlandais
tr: Turc
required:
text: requis
'yes': 'Oui'
Expand Down
1 change: 1 addition & 0 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,7 @@ nl:
es: Spaans
fr: Frans
nl: Nederlands
tr: Turks
required:
mark: "*"
text: verplicht
Expand Down
Loading