Skip to content

Commit d440e28

Browse files
committed
add docs
1 parent 0cd8636 commit d440e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i18n_data/live_data_provider.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def translations(type, language_code)
6868
begin
6969
file_path = "#{CLONE_DEST}/#{TRANSLATIONS[type]}#{code}.po"
7070

71-
# norwegian is somehow special :shrug:
71+
# norwegian has 2 versions (nb and nn), but only nb is supported, so we have to pick that
7272
# https://salsa.debian.org/iso-codes-team/iso-codes/-/tree/main/iso_639-2
7373
file_path = file_path.sub("/no.po", "/nb_no.po")
7474

0 commit comments

Comments
 (0)