feat: Languages with country codes

This commit is contained in:
Maksim Eltyshev
2024-07-21 19:33:57 +02:00
parent 79ad1836a8
commit 07e1903bb5
83 changed files with 211 additions and 99 deletions
+8
View File
@@ -0,0 +1,8 @@
import login from './login';
export default {
language: 'id-ID',
country: 'id',
name: 'Bahasa Indonesia',
embeddedLocale: login,
};