Skip to content

Commit

Permalink
updated translation choice nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
eld120 committed Dec 9, 2023
1 parent 8cffe81 commit 54bacc5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/helpers/localization_helper_spec.rb
Expand Up @@ -8,8 +8,8 @@
choices = [
["English", "en"],
["Nederlands (Dutch)", "nl"],
["Norwegian (Bokmål)", "nb"],
["Spanish", "es"]
["Norsk Bokmål (Norwegian Bokmål)", "nb"],
["Español (Spanish)", "es"]
]
expect(language_choices).to eq(choices)
end
Expand All @@ -22,8 +22,8 @@
choices = [
["English (Engels)", "en"],
["Nederlands", "nl"],
["Noors (Bokmål)", "nb"],
["Spaans", "es"]
["Norsk Bokmål (Noors)", "nb"],
["Español (Spaans)", "es"]
]
expect(language_choices).to eq(choices)
end
Expand All @@ -36,8 +36,8 @@
choices = [
["English (Engelsk)", "en"],
["Nederlands (Nederlandsk)", "nl"],
["Norsk (Bokmål)", "nb"],
["Spansk", "es"]
["Norsk Bokmål", "nb"],
["Español (Spansk)", "es"]
]
expect(language_choices).to eq(choices)
end
Expand All @@ -50,7 +50,7 @@
choices = [
["English (Inglés)", "en"],
["Nederlands (Holandés)", "nl"],
["Noruego (Bokmål)", "nb"],
["Norsk Bokmål (Noruego)", "nb"],
["Español", "es"]
]
expect(language_choices).to eq(choices)
Expand Down

0 comments on commit 54bacc5

Please sign in to comment.