Skip to content

Commit

Permalink
Updated README with instructions on how to set locale
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronTraas committed May 8, 2019
1 parent ab19252 commit e3e92ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Usage:
optional arguments:
-h, --help show this help message and exit
--locale LOCALE Locale if language other than English is desired. Currently, only "fr" is valid.
--config FILE configuration file for this app.
--api_key KEY API key for developer.clashroyale.com
--clan CLAN Clan ID from Clash Royale. If it starts with a '#', clan ID must be quoted.
Expand Down Expand Up @@ -96,6 +97,20 @@ parameter: api_key. The file should look like:
For more details, see `samples/crtools.ini <https://github.com/AaronTraas/Clash-Royale-Clan-Tools/blob/master/samples/crtools.ini>`_

==================================================
Other languages/locales
==================================================

Crtools currently supports English and French. If you'd like to use French,
add the following switch on the command line:

.. code::
--locale=fr
If you wish for crtools to be available in another languages, reach out to
me.

==================================================
Suggested usage on a Linux web server
==================================================
Expand Down

0 comments on commit e3e92ba

Please sign in to comment.