Невозможно изменить строку, внутренняя ошибка сервера

Думаю, это небольшой Contribute > Bug

Я получаю ошибку “internal server error”, когда пытаюсь изменить строку js.flagging.custom_message.more в панели администратора. Причина, по которой я хочу её изменить, показана на изображении:

image

Вместо “missing {{n}} value” там должно указываться количество оставшихся символов!

  • Когда я возвращаю строку к значению по умолчанию, в поле отображается: [Object object].
  • Когда я заменяю {{n}} на {{count}} или что-то ещё, возникает ошибка “internal server error”.

Это связано с переводом в Transifex или с чем-то другим?

I assume this is for Arabic? I’m seeing the following text entries in the admin panel:


That looks fine. Are you on latest?

I think you customized js.flagging.custom_message.more before it was converted into a pluralized string. Reverting the string to its default should work make it disappear even though you see the [Object object]. That “error” should be gone after you refresh the page. Can you give it a try?

yes, it’s gone and things are normal with refresh after pressing “default”.