Skip to content

Commit

Permalink
skip JP
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jul 5, 2024
1 parent 5e8fe1b commit 5661ba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions mix_tasks/update_english_translations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ defmodule Mix.Tasks.UpdateEnglishTranslations do
defp manual_en_name(_code), do: nil

defp skip?("EE-" <> _), do: true
defp skip?("JP-" <> _), do: true
defp skip?(_code), do: false

def parse_cldr_xml(xml) do
Expand Down
6 changes: 0 additions & 6 deletions priv/iso_3166-2.en-translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,12 +643,6 @@
"JO-MA": "Mafraq",
"JO-MD": "Madaba",
"JO-MN": "Ma'an",
"JP-01": "Hokkaidō",
"JP-26": "Kyōto",
"JP-27": "Ōsaka",
"JP-28": "Hyōgo",
"JP-39": "Kōchi",
"JP-44": "Ōita",
"KE-05": "Elgeyo-Marakwet",
"KE-30": "Nairobi County",
"KE-39": "Taita-Taveta",
Expand Down

0 comments on commit 5661ba4

Please sign in to comment.