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
I would like to improve the ux of your module. It would great to open an active record having each translatable attribute within a "tab group". Each tab represent available languages for translation, within fill in the translation for the source message exposed in the first tab.
What kind of strategy do you suppose is it better to use?
Load source message within the first tab
1.1) Rapidly scan for that message and if that one doesn't exist within language_source table, insert it.
Choose another tab for specific language
Use ::t helper method to expose the translated message (if exist). If not exist, show empty field.
Save the translation using a button. Should i use a new custom action to save it? Or could i use an existent action within your module?
Thanks
The text was updated successfully, but these errors were encountered:
I would like to improve the ux of your module. It would great to open an active record having each translatable attribute within a "tab group". Each tab represent available languages for translation, within fill in the translation for the source message exposed in the first tab.
What kind of strategy do you suppose is it better to use?
1.1) Rapidly scan for that message and if that one doesn't exist within language_source table, insert it.
Thanks
The text was updated successfully, but these errors were encountered: