Skip to content

Commit 9805936

Browse files
committed
feature #1184 Add Bosnian (bs) & Serbian (Latn & Cyrl) translation (tambait)
This PR was squashed before being merged into the main branch. Discussion ---------- Add Bosnian (bs) & Serbian (Latn & Cyrl) translation Commits ------- c60de46 Add Bosnian (bs) & Serbian (Latn & Cyrl) translation
2 parents fec5e7c + c60de46 commit 9805936

File tree

5 files changed

+1340
-2
lines changed

5 files changed

+1340
-2
lines changed

assets/scss/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ header ul.nav li {
7373
}
7474

7575
header .locales {
76-
min-width: 190px;
76+
min-width: 200px;
7777
}
7878
header .locales a {
7979
color: #212529;

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
parameters:
77
locale: 'en'
88
# This parameter defines the codes of the locales (languages) enabled in the application
9-
app_locales: ar|en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt
9+
app_locales: ar|en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt|bs|sr_Cyrl|sr_Latn
1010
app.notifications.email_sender: [email protected]
1111

1212
services:

0 commit comments

Comments
 (0)