We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure you don't install sphinx=1.3 or python3.4 as the instructions tell you, it is outdated.
Download the latest release https://github.com/libre-money-projects/Geconomicus/releases (currently the 2.5). Unzip it. Or if in the future this repository is updated, just make a git clone it.
First, create your language locale(in this example spanish es_ES) :
chmod +x build_es_ES.sh
mkvirtualenv -p python3 geconomicus (geconomicus) # pip install sphinx sphinx-intl
mkvirtualenv -p python3 geconomicus
(geconomicus) # pip install sphinx sphinx-intl
To generate all the necessary images and resources: (geconomicus) # ./build.sh
(geconomicus) # ./build.sh
To re-generate the translated .mo files and final .html outputs: (geconomicus) # ./build_es_ES.sh
(geconomicus) # ./build_es_ES.sh
Done! It will generate you a rst/build/html/index.html that you can upload via FTP to your web server and show. Or create a PDF from it.
@galuel maybe you can try this and update the repository to 2.5 without problems.
TODO: maybe the build.sh could have a parameter to add the locale directly there without having to create additional .sh per new locale.
Good job with this educative tool by the way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make sure you don't install sphinx=1.3 or python3.4 as the instructions tell you, it is outdated.
Download the latest release https://github.com/libre-money-projects/Geconomicus/releases
(currently the 2.5). Unzip it. Or if in the future this repository is updated, just make a git clone it.
First, create your language locale(in this example spanish es_ES) :
chmod +x build_es_ES.sh
mkvirtualenv -p python3 geconomicus
(geconomicus) # pip install sphinx sphinx-intl
To generate all the necessary images and resources:
(geconomicus) # ./build.sh
To re-generate the translated .mo files and final .html outputs:
(geconomicus) # ./build_es_ES.sh
Done!
It will generate you a rst/build/html/index.html that you can upload via FTP to your web server and show. Or create a PDF from it.
@galuel maybe you can try this and update the repository to 2.5 without problems.
TODO: maybe the build.sh could have a parameter to add the locale directly there without having to create additional .sh per new locale.
Good job with this educative tool by the way.
The text was updated successfully, but these errors were encountered: