Skip to content

Commit 6518eb3

Browse files
Merge pull request #177 from saschaludwig/patch-1
fix 'currrent' typo in bg.json
2 parents 4d50fea + 3db4dfc commit 6518eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/localize/languages/bg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"common": {
33
"version": "версия",
4-
"currrent": "текущий"
4+
"current": "текущий"
55
},
66
"extra_states": {
77
"window_open": "Отворен прозорец",
88
"night_mode": "Нощен режим",
99
"eco": "Екологичен режим",
1010
"summer": "Лято"
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)