Add Translation Languages ========================= Add translation languages to specified game data. - :ref:`CLI Installation ` - :doc:`Universal Parameters ` - :ref:`Commands Reference ` --------------- Command --------------- .. code-block:: bash # local game data (windows) charon DATA I18N ADDLANGUAGE --dataBase "c:\my app\gamedata.json" --languages "es-ES" "en-GB" # remote game data charon DATA I18N ADDLANGUAGE --dataBase "https://charon.live/view/data/My_Game/develop/" --languages "es-ES" "en-GB" --credentials "" --------------- Parameters --------------- --dataBase Absolute or relative path to game data. Use quotation marks if your path contains spaces. .. code-block:: bash # local file --dataBase "c:\my app\gamedata.json" # remote server --dataBase "https://charon.live/view/data/My_Game/develop/" --languages The list of languages to add. Values are `language tags (BCP 47) separated by space. `_. This command supports :doc:`universal parameters `. See also -------- - :doc:`Internationalization <../internationalization>` - :doc:`DATA I18N LANGUAGES ` - :doc:`DATA I18N EXPORT ` - :doc:`DATA I18N IMPORT ` - `BCP 47 language tags `_