mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-03-02 11:15:39 +00:00
Merge pull request #151 from thornbill/add-tamil-support
Add Tamil support
This commit is contained in:
commit
51e61c736c
2
i18n.js
2
i18n.js
@ -28,6 +28,7 @@ import ro from './langs/ro.json';
|
||||
import sk from './langs/sk.json';
|
||||
import sl from './langs/sl.json';
|
||||
import sv from './langs/sv.json';
|
||||
import ta from './langs/ta.json';
|
||||
import zh_Hans from './langs/zh_Hans.json';
|
||||
import zh_Hant from './langs/zh_Hant.json';
|
||||
|
||||
@ -52,6 +53,7 @@ const resources = {
|
||||
sk: { translation: sk },
|
||||
sl: { translation: sl },
|
||||
sv: { translation: sv },
|
||||
ta: { translation: ta },
|
||||
'zh-Hans': { translation: zh_Hans },
|
||||
'zh-Hant': { translation: zh_Hant }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user