Fix various regressions (#2466)
This commit is contained in:
parent
d97a0525aa
commit
fdcb55a0a6
5 changed files with 23 additions and 16 deletions
|
@ -1,13 +1,3 @@
|
|||
/**
|
||||
* Note for Contributors:
|
||||
* This file (en.jsx) serve as a template for other languages.
|
||||
* To make other contributors' life easier, please REMEMBER:
|
||||
* 1. to add your new string here; and
|
||||
* 2. to remove old strings that are no longer needed; and
|
||||
* 3. to sort the strings by the key.
|
||||
* 4. To rename the `en` const name and export default name to match your locale.
|
||||
* Thanks!
|
||||
*/
|
||||
const fa = {
|
||||
"account.block": "@{name} را مسدود کن",
|
||||
"account.disclaimer": "این کاربر عضو سرور متفاوتی است. شاید عدد واقعی بیشتر از این باشد.",
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/**
|
||||
hrvatski jezik
|
||||
*/
|
||||
const hr = {
|
||||
"account.block": "Blokiraj @{name}",
|
||||
"account.disclaimer": "Ovaj korisnik je sa druge instance. Ovaj broj bi mogao biti veći.",
|
||||
|
|
Reference in a new issue