mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Create index.js
This commit is contained in:
parent
849b3744aa
commit
6e1f5f6938
1 changed files with 11 additions and 0 deletions
11
client/src/locales/sr-Cyrl-CS/index.js
Normal file
11
client/src/locales/sr-Cyrl-CS/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import merge from 'lodash/merge';
|
||||
|
||||
import login from './login';
|
||||
import core from './core';
|
||||
|
||||
export default {
|
||||
language: 'sr-Cyrl-CS',
|
||||
country: 'rs',
|
||||
name: 'Српски (ћирилица)',
|
||||
embeddedLocale: merge(login, core),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue