From a44f30e0f6601f58d06c56baaffc8d4b484c6a30 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Sat, 10 Jul 2021 20:57:45 +0200 Subject: [PATCH] quote translator and add strings --- langs/en.yml | 6 ++++-- src/types.ts | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/langs/en.yml b/langs/en.yml index dccc4f7..4801b8a 100644 --- a/langs/en.yml +++ b/langs/en.yml @@ -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 `\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 `\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 ` to set the Guild's Language" misc: invite: You can invite BOT using this Link diff --git a/src/types.ts b/src/types.ts index 07ed67f..0f6288d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -47,6 +47,8 @@ export interface Locale { amount: string; updated: string; unsupported: string; + current: string + sub: string } export interface Meta {