fix:change property name inside translation.md example (#1051)
This commit is contained in:
parent
8404528aa6
commit
b147fd30d1
1 changed files with 3 additions and 3 deletions
|
@ -34,10 +34,10 @@ import eo from './eo.json'
|
|||
|
||||
export const TRANSLATIONS: TDTranslations = [
|
||||
// Default language:
|
||||
{ code: 'en', label: 'English', messages: en },
|
||||
{ locale: 'en', label: 'English', messages: en },
|
||||
// Translations:
|
||||
{ code: 'ar', label: 'عربي', messages: ar },
|
||||
{ code: 'eo', label: 'Esperanto', messages: eo }, // <-- add an entry here
|
||||
{ locale: 'ar', label: 'عربي', messages: ar },
|
||||
{ locale: 'eo', label: 'Esperanto', messages: eo }, // <-- add an entry here
|
||||
]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue