Languages¶
Vocard Dashboard provides support for multiple languages. Additionally, Vocard Dashboard allows you to easily customize your own language. Simply follow the steps below.
Language Codes¶
To find the appropriate LANGUAGE_CODE, you can refer to the IETF Language Tags or consult resources like:
Add Translations¶
-
Extract Messages: Initialize the messages by running:
-
Create Translation Files: For each new language, run the following command:
ReplaceLANGUAGE_CODEwith the appropriate code (e.g.,esfor Spanish). -
Add Translations: Navigate to:
Open the.pofile and add your translations: -
Compile Translations: After adding translations, compile them:
-
Test Your Application: Run your dashboard and verify the new language.