You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translators may not know how to translate 'Set', since it has many meanings.
Maybe a tc() should be used? (example: tc('Action', 'Set'))
See
/src/data/single_pages/dashboard/data/administration/attributes/create.php @ L25
/src/data/single_pages/dashboard/data/administration/attributes/edit.php @ L25
The text was updated successfully, but these errors were encountered:
Indeed. The translation strings should be improved. I'm still a bit new to handling translations, but will get those corrected. Thanks for letting me know. I appreciated it.
With i18n.php you can generate the .pot file starting from php code.
If you put this .pot file under github, me or Remo can update the Transifex resource to automatically update the translatable strings (it happens once a day, at about 10am UTC).
When building the .zip file for the package, you can then use my packager.php to automatically fetch the translated .po files, compile them in .mo format and create the data.zip, ready for deploy 😉
Translators may not know how to translate
'Set'
, since it has many meanings.Maybe a
tc()
should be used? (example:tc('Action', 'Set')
)See
/src/data/single_pages/dashboard/data/administration/attributes/create.php @ L25
/src/data/single_pages/dashboard/data/administration/attributes/edit.php @ L25
The text was updated successfully, but these errors were encountered: