mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-09 19:01:04 +00:00
add English and Japanese option (#242)
This commit is contained in:
committed by
Jaco Greeff
parent
5262825841
commit
ff00277443
@@ -29,9 +29,19 @@ const LANGUAGE_DEFAULT = 'default';
|
||||
|
||||
const LANGUAGES: Option[] = [
|
||||
{
|
||||
info: 'detect',
|
||||
info: LANGUAGE_DEFAULT,
|
||||
text: 'Default browser language (auto-detect)',
|
||||
value: LANGUAGE_DEFAULT
|
||||
},
|
||||
{
|
||||
info: 'en',
|
||||
text: 'English',
|
||||
value: 'en'
|
||||
},
|
||||
{
|
||||
info: 'ja',
|
||||
text: '日本語',
|
||||
value: 'ja'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user