1
0
Fork 0
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:
PolarniMeda 2024-11-19 11:46:40 +01:00 committed by GitHub
parent 849b3744aa
commit 6e1f5f6938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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),
};