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:47:32 +01:00 committed by GitHub
parent 8b1d955d39
commit 0168d82812
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-Latn-CS',
country: 'rs',
name: 'Srpski (latinica)',
embeddedLocale: merge(login, core),
};