Skip to content

Commit

Permalink
Add pt-BR and pt-PT as default, and more languages
Browse files Browse the repository at this point in the history
Add all translations that have active translators, and are at or around 50% translation ratio.

Do we perhaps want to enable all to improve translations, and mark those that have a bad ratio?
  • Loading branch information
oliverguenther committed Mar 7, 2024
1 parent 11a61bf commit f1c4eb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/constants/settings/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ class Definition
},
available_languages: {
format: :array,
default: %w[en de fr es pt it zh-CN ko ru].freeze,
# Manually managed list with languages that have ~50+ translation ratio in Crowdin
# https://crowdin.com/project/openproject
default: %w[ca cs de el en es fr hu id it ja ko ko lt nl no pl pt-BR pt-PT ro ru sk sl sv tr uk zh-CN zh-TW].freeze,
allowed: -> { Redmine::I18n.all_languages }
},
avatar_link_expiry_seconds: {
Expand Down

0 comments on commit f1c4eb4

Please sign in to comment.