Skip to content

Commit e03dfd4

Browse files
authored
Merge pull request #1080 from KaikuOMantere/master
Remove duplicate keys
2 parents 738bc5f + f1d1f03 commit e03dfd4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Indonesian (id): Remove duplicate spaces in `id.datetime.distance_in_words.less_than_x_minutes.other` #1079
1616
- Romanian (ro): Correction of Saturday in Romanian #1078
1717
- Add ordinalization for German (de, de-AT, de-CH, de-DE)
18+
- Remove keys that are present twice from Latvian (lv), Albanian (sq) #1080
1819

1920
## 7.0.6 (2022-11-08)
2021

rails/locale/lv.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lv:
1717
- Pk.
1818
- S.
1919
abbr_month_names:
20-
-
20+
-
2121
- Janv
2222
- Febr
2323
- Marts
@@ -107,7 +107,6 @@ lv:
107107
zero: "%{count} mēneši"
108108
one: "%{count} mēnesis"
109109
other: "%{count} mēneši"
110-
zero: 0 gadi
111110
prompts:
112111
second: sekunde
113112
minute: minūte

rails/locale/sq.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sq:
4343
long: "%d %B, %Y"
4444
short: "%d %b"
4545
month_names:
46-
-
46+
-
4747
- Janar
4848
- Shkurt
4949
- Mars
@@ -84,9 +84,6 @@ sq:
8484
over_x_years:
8585
one: mbi %{count} vit
8686
other: mbi %{count} vjet
87-
x_days:
88-
one: "%{count} ditë"
89-
other: "%{count} ditë"
9087
x_minutes:
9188
one: "%{count} minutë"
9289
other: "%{count} minuta"
@@ -111,7 +108,6 @@ sq:
111108
messages:
112109
accepted: duhet pranuar
113110
blank: s’mund të jetë i zbrazët
114-
present: duhet të jetë i zbrazët
115111
confirmation: s’përputhet me %{attribute}
116112
empty: s’mund të jetë i zbrazët
117113
equal_to: duhet të jetë baras me %{count}

0 commit comments

Comments
 (0)