mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
quote translator and add strings
This commit is contained in:
parent
d746f3fcc0
commit
a44f30e0f6
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@ meta:
|
|||
name: ":flag_us: English (US)"
|
||||
locale: en
|
||||
translators:
|
||||
- 318044130796109825 # Lio
|
||||
- "318044130796109825" # Lio
|
||||
|
||||
missing:
|
||||
tags:
|
||||
|
@ -48,9 +48,11 @@ locale:
|
|||
language: Language
|
||||
translators: AMOUNT Translator(s)
|
||||
title: LANGUAGE by TRANSLATOR
|
||||
amount: "BOT is available in AMOUNT Languages, you can easily change BOT's current Language by running `PREFIX locale set <country_code>`\n\n[Translations](https://t8.pm/lingua) are provided by the Community "
|
||||
amount: "BOT is available in AMOUNT Languages, you can easily change BOT's current Language by running `PREFIX locale set <locales>`\n\n[Translations](https://t8.pm/lingua) are provided by the Community "
|
||||
updated: Successfully updated SETTING
|
||||
unsupported: BOT does not support VALUE at this time.
|
||||
current: Current Language
|
||||
sub: "• Use `PREFIX locale set <locale>` to set the Guild's Language"
|
||||
|
||||
misc:
|
||||
invite: You can invite BOT using this Link
|
||||
|
|
|
@ -47,6 +47,8 @@ export interface Locale {
|
|||
amount: string;
|
||||
updated: string;
|
||||
unsupported: string;
|
||||
current: string
|
||||
sub: string
|
||||
}
|
||||
|
||||
export interface Meta {
|
||||
|
|
Loading…
Reference in a new issue