Skip to content

Commit 95f68bb

Browse files
author
Aitor Magán García
committed
Merge branch 'develop' for release 0.4.1
2 parents f1ae0b4 + 51d5d2a commit 95f68bb

File tree

6 files changed

+579
-25
lines changed

6 files changed

+579
-25
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ __pycache__/
55
# C extensions
66
*.so
77

8+
### OSX Stuff
9+
*.DS_Store
10+
.AppleDouble
11+
.LSOverride
12+
813
# Distribution / packaging
914
.Python
1015
env/

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ sudo service apache2 restart
194194
195195
## Translations
196196
197-
Help us to translate this extension so everyone can create data requests. Currently, the extension is translated to English and Spanish. If you want to contribute with your translation, the first step is to close this repo. Then, create the locale for your translation by executing:
197+
Help us to translate this extension so everyone can create data requests. Currently, the extension is translated to English, Spanish, German and Brazilian Portuguese. If you want to contribute with your translation, the first step is to clone this repo and move to the `develop` branch. Then, create the locale for your translation by executing:
198198
199199
```
200200
python setup.py init_catalog -l <YOUR_LOCALE>
@@ -213,7 +213,7 @@ Once the translation files (`po`) have been updated, compile them by running:
213213
python setup.py compile_catalog
214214
```
215215
216-
This will generate the required `mo` file. Once this file has been generated, commit your changes and create a Pull Request.
216+
This will generate the required `mo` file. Once this file has been generated, commit your changes and create a Pull Request (to the `develop` branch).
217217
218218
## Tests
219219
@@ -225,6 +225,10 @@ python setup.py nosetests
225225
226226
## Changelog
227227
228+
### v0.4.1
229+
230+
* New: Brazilian Portuguese (thanks to @allysonbarros)
231+
228232
### v0.4.0
229233
230234
* New: Move CI to Travis
Binary file not shown.

0 commit comments

Comments
 (0)