mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-28 05:10:09 -07:00
13 lines
245 B
TypeScript
13 lines
245 B
TypeScript
/* istanbul ignore file */
|
|
|
|
export default {
|
|
fallbackLng: 'en',
|
|
namespace: 'translation',
|
|
languages: ['ru', 'en', 'ua'],
|
|
langISOKeyToLangFullNameMap: {
|
|
en: 'English',
|
|
ru: 'Русский',
|
|
ua: 'Українська',
|
|
},
|
|
};
|