Skip to content

Commit 6fe17bf

Browse files
committed
Update test locales
1 parent 86f4b32 commit 6fe17bf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

another_backend/cldr/data_dir/locales/en-001.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

another_backend/cldr/data_dir/locales/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

another_backend/cldr/data_dir/locales/und.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/cldr/backend/cldr_backend.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,10 @@ defmodule Cldr.Backend do
490490
with {:ok, %LanguageTag{cldr_locale_name: locale_name}} <- validate_locale(locale) do
491491
marks = quote_marks_for(locale_name)
492492

493-
if is_binary(marks.quotation_start) || is_binary(marks.quotation_end) do
494-
IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
495-
IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
496-
end
493+
# if is_binary(marks.quotation_start) || is_binary(marks.quotation_end) do
494+
# IO.inspect marks.quotation_start, label: "Quote start for #{locale_name}"
495+
# IO.inspect marks.quotation_end, label: "Quote end for #{locale_name}"
496+
# end
497497

498498
quote_start = quote_preference(marks.quotation_start, preference)
499499
quote_end = quote_preference(marks.quotation_end, preference)

0 commit comments

Comments
 (0)