Update readme and translations

This commit is contained in:
Ildar Kamalov
2018-11-21 11:43:55 +03:00
parent 1ae6af44d1
commit 0530f5dff2
5 changed files with 26 additions and 22 deletions

View File

@@ -20,3 +20,18 @@ export const REPOSITORY = {
URL: 'https://github.com/AdguardTeam/AdGuardHome',
TRACKERS_DB: 'https://github.com/AdguardTeam/AdGuardHome/tree/master/client/src/helpers/trackers/adguard.json',
};
export const LANGUAGES = [
{
key: 'en',
name: 'English',
},
{
key: 'ru',
name: 'Русский',
},
{
key: 'vi',
name: 'Tiếng Việt',
},
];