Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generate PO File- Generate a .po file of selected locale in the App.


Deleting The Messages

There are two options to delete the i18n messages in your Form Advance Tools:

  • Empty or delete the translation property field values and then click the Save button, Joget will delete the message record from the "app_message" database table.
  • Use a database manager to delete the records - use this SELECT SQL query to display the records: SELECT * FROM app_message WHERE appId='crm' // Change the appId to your app's ID

Add Messages And PO Files

...