We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd8636 commit d440e28Copy full SHA for d440e28
lib/i18n_data/live_data_provider.rb
@@ -68,7 +68,7 @@ def translations(type, language_code)
68
begin
69
file_path = "#{CLONE_DEST}/#{TRANSLATIONS[type]}#{code}.po"
70
71
- # norwegian is somehow special :shrug:
+ # norwegian has 2 versions (nb and nn), but only nb is supported, so we have to pick that
72
# https://salsa.debian.org/iso-codes-team/iso-codes/-/tree/main/iso_639-2
73
file_path = file_path.sub("/no.po", "/nb_no.po")
74
0 commit comments