mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
modify language select style
This commit is contained in:
@@ -17,6 +17,7 @@ export interface LanguageInfo {
|
||||
export interface LanguageOption {
|
||||
readonly languageTag: string;
|
||||
readonly displayName: string;
|
||||
readonly nativeDisplayName: string;
|
||||
}
|
||||
|
||||
export const DEFAULT_LANGUAGE: string = 'en';
|
||||
|
||||
Reference in New Issue
Block a user