Sort filters and add translations for servers (#5493)
* Translate and sort server filters * Set team_members to unknown[] * Additional fixes after merge * Additional translations * Replace "IP" with "server address" * Prioritize English and user language
This commit is contained in:
@@ -31,8 +31,7 @@ export interface LocaleDefinition {
|
||||
translatedName: MessageDescriptor
|
||||
numeric?: Intl.RelativeTimeFormatNumeric
|
||||
dir?: 'ltr' | 'rtl'
|
||||
iso?: string
|
||||
file?: string
|
||||
serverLanguageCode?: string
|
||||
}
|
||||
|
||||
export const LOCALES: LocaleDefinition[] = [
|
||||
@@ -93,6 +92,7 @@ export const LOCALES: LocaleDefinition[] = [
|
||||
code: 'fil-PH',
|
||||
name: 'Filipino',
|
||||
translatedName: defineMessage({ id: 'locale.fil-PH', defaultMessage: 'Filipino' }),
|
||||
serverLanguageCode: 'tl',
|
||||
},
|
||||
{
|
||||
code: 'fr-FR',
|
||||
|
||||
Reference in New Issue
Block a user