无法更改字符串,出现内部服务器错误

我觉得这是一个小 Contribute > Bug

当我想在管理面板中修改 js.flagging.custom_message.more 字符串时,会收到“内部服务器错误”的提示。我想修改它的原因如图所示:

image

那里应该显示剩余字符的数量,而不是“缺少 {{n}} 值”!

  • 当我将字符串恢复为默认值时,字段中显示的是:[Object object]
  • 当我把 {{n}} 改成 {{count}} 或其他内容时,会出现“内部服务器错误”。

这是与 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”.