flarum / issue-archive

0 stars 0 forks source link

Hardcoded "wrote" in flarum/bbcode #98

Open llaumgui opened 3 years ago

llaumgui commented 3 years ago

Bug Report

Current Behavior When I use QUOTE BBCode in other language that English I have:

username wrote:

Steps to Reproduce

  1. Setup another language.
  2. Quote an user
  3. wrote is not translated.

Expected Behavior Allow to translate "wrote".

Environment

Possible Solution See topic https://discuss.flarum.org/d/27110-loading-order/3 using :

$config->rendering->parameters['L_WROTE'] = $translator->trans('wrote');
askvortsov1 commented 3 years ago

Proposed solution makes sense, a PR would be welcome

llaumgui commented 3 years ago

OK, you can assign to me :-)

llaumgui commented 3 years ago

Done: https://github.com/flarum/bbcode/pull/12