Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 3, 2024
1 parent 0cd8636 commit d440e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n_data/live_data_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit d440e28

Please sign in to comment.