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
Add i18n to table column names
The table columns are still english only, as I haven't figured out how to change the column name dynamically with tabled. (Note: consider moving to a simpler table generation library if necessary)
Add i18n to Y/N and Yes/No
Probably would be something like this
[confirmation]
no = "no"yes = "yes"short_no = "n"short_yes = "y"
The text was updated successfully, but these errors were encountered:
Add i18n to table column names
The table columns are still english only, as I haven't figured out how to change the column name dynamically with tabled. (Note: consider moving to a simpler table generation library if necessary)
Add i18n to Y/N and Yes/No
Probably would be something like this
The text was updated successfully, but these errors were encountered: