-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): added Serbian locale (#96)
* added Serbian translation * feat(lang): Add Serbian language
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { LocaleStrings } from '../types' | ||
export default { | ||
accept: 'Dozvoli', | ||
acceptAll: 'Dozvoli sve', | ||
bannerDescription: | ||
'Koristimo sopstvene kolačiće i kolačiće trećih strana kako bismo mogli ispravno prikazati ovu web stranicu i bolje razumeti kako se ova web stranica koristi, u cilju poboljšanja usluga koje nudimo. Odluka o dozvolama za korišćenje kolačića može se promeniti u bilo kom trenutku pomoću dugmeta za kolačiće koje će se pojaviti nakon što se izvrši izbor na ovom baneru.', | ||
bannerTitle: 'Kolačići', | ||
close: 'Zatvori', | ||
cookiesFunctional: 'Funkcionalni kolačići', | ||
cookiesNecessary: 'Obavezni kolačići', | ||
cookiesOptional: 'Opcioni kolačići', | ||
decline: 'Odbij', | ||
declineAll: 'Odbij sve', | ||
here: 'ovde', | ||
iframeBlocked: 'Da biste ovo videli, omogućite funkcionalne kolačiće', | ||
manageCookies: 'Saznajte više i prilagodite se', | ||
save: 'Sačuvaj', | ||
settingsUnsaved: 'Imate nesačuvana podešavanja', | ||
} as LocaleStrings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ export type Locale = | |
| 'oc' | ||
| 'pt' | ||
| 'pl' | ||
| 'rs' | ||
| 'ru' | ||
| 'sk' | ||
| 'sv' | ||
|