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) dotnet charon DATA I18N ADDLANGUAGE --dataBase "c:\my app\gamedata.json" --languages "es-ES" "en-GB" # remote game data dotnet 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 `.