mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
locale updates
This commit is contained in:
@@ -174,8 +174,8 @@ export class LocaleService {
|
||||
|
||||
const d = new Date()
|
||||
if (d.getMonth() === 3 && d.getDate() === 1) {
|
||||
LocaleService.allLanguages.find(x => x.code === 'en-US').name = 'English (simplified)'
|
||||
LocaleService.allLanguages.find(x => x.code === 'en-GB').name = 'English (traditional)'
|
||||
LocaleService.allLanguages.find(x => x.code === 'en-US')!.name = 'English (simplified)'
|
||||
LocaleService.allLanguages.find(x => x.code === 'en-GB')!.name = 'English (traditional)'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user