mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[Port dspace-7_x] Serbian (Latin) translation (#2520)
* Serbian (latin) translation added. --------- Co-authored-by: imilos <imilos@gmail.com>
This commit is contained in:
@@ -208,6 +208,9 @@ languages:
|
||||
- code: pt-BR
|
||||
label: Português do Brasil
|
||||
active: true
|
||||
- code: sr-lat
|
||||
label: Srpski (lat)
|
||||
active: true
|
||||
- code: fi
|
||||
label: Suomi
|
||||
active: true
|
||||
|
2616
src/assets/i18n/sr-lat.json5
Normal file
2616
src/assets/i18n/sr-lat.json5
Normal file
File diff suppressed because it is too large
Load Diff
@@ -229,6 +229,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
{ code: 'pl', label: 'Polski', active: true },
|
||||
{ code: 'pt-PT', label: 'Português', active: true },
|
||||
{ code: 'pt-BR', label: 'Português do Brasil', active: true },
|
||||
{ code: 'sr-lat', label: 'Srpski (lat)', active: true},
|
||||
{ code: 'fi', label: 'Suomi', active: true },
|
||||
{ code: 'sv', label: 'Svenska', active: true },
|
||||
{ code: 'tr', label: 'Türkçe', active: true },
|
||||
|
Reference in New Issue
Block a user