diff --git a/lib/i18n_data/live_data_provider.rb b/lib/i18n_data/live_data_provider.rb index 83e88ce..504e5bd 100644 --- a/lib/i18n_data/live_data_provider.rb +++ b/lib/i18n_data/live_data_provider.rb @@ -68,7 +68,7 @@ def translations(type, language_code) begin file_path = "#{CLONE_DEST}/#{TRANSLATIONS[type]}#{code}.po" - # norwegian is somehow special :shrug: + # norwegian has 2 versions (nb and nn), but only nb is supported, so we have to pick that # https://salsa.debian.org/iso-codes-team/iso-codes/-/tree/main/iso_639-2 file_path = file_path.sub("/no.po", "/nb_no.po")