Skip to content

Commit

Permalink
chore: cleanup yaml formatting for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tmchow committed Jan 19, 2024
1 parent 6177867 commit c54f338
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/en-AU.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"en-AU":
en-AU:
number:
format:
separator: "."
Expand Down
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/en-GB.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"en-GB":
en-GB:
number:
format:
separator: "."
Expand Down
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/en-IN.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"en-IN":
en-IN:
number:
format:
separator: "."
Expand Down
3 changes: 1 addition & 2 deletions lib/currency-locales/locales/en-PH.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"en-PH":
en-PH:
number:
format:
separator: "."
Expand All @@ -24,4 +24,3 @@
precision:
format:
delimiter: ","

2 changes: 1 addition & 1 deletion lib/currency-locales/locales/en-US.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"en-US":
en-US:
number:
format:
separator: "."
Expand Down
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/es-MX.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"es-MX":
es-MX:
number:
format:
delimiter: ","
Expand Down
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/gsw-CH.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"gsw-CH":
gsw-CH:
number:
format:
precision: 2
Expand Down
46 changes: 23 additions & 23 deletions lib/currency-locales/locales/hu.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
hu:
number:
format:
precision: 2
separator: ","
delimiter: ""
format:
precision: 2
separator: ","
delimiter: ""

currency:
format:
unit: 'Ft'
precision: 0
format: '%n%u'
separator: ","
delimiter: ""
percentage:
format:
delimiter: ""
precision:
format:
delimiter: ""
paypal:
format:
precision: 0
currency:
format:
unit: 'Ft'
precision: 0
format: '%n%u'
separator: ","
delimiter: ""

percentage:
format:
delimiter: ""

precision:
format:
delimiter: ""

paypal:
format:
precision: 0
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/ms-MY.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"ms-MY":
ms-MY:
number:
format:
separator: "."
Expand Down
2 changes: 1 addition & 1 deletion lib/currency-locales/locales/pt-BR.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"pt-BR":
pt-BR:
number:
format:
separator: ","
Expand Down
4 changes: 2 additions & 2 deletions lib/currency-locales/locales/sv-SE.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"sv-SE":
sv-SE:
number:
format:
separator: ","
Expand All @@ -9,7 +9,7 @@

currency:
format:
format: "%n%u"
format: "%n %u"
unit: "kr"
separator: ","
delimiter: ""
Expand Down

0 comments on commit c54f338

Please sign in to comment.