Skip to content

Commit

Permalink
Merge pull request #135 from chenpengxiang/xliff_import_export
Browse files Browse the repository at this point in the history
Xliff import and export
Resolves #37 
Resolves #38
  • Loading branch information
timobrembeck committed Jun 6, 2019
2 parents f8d59c4 + 2d22cfd commit 0d59370
Show file tree
Hide file tree
Showing 12 changed files with 1,162 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ docs/_build/
.idea
.directory
.directory

# XLIFF files folder
**/xliffs/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cd cms-django
5. Create the initial superuser: `integreat-cms createsuperuser`
6. Fire up the CMS: `integreat-cms runserver localhost:8000`
7. Go to your browser and open the URL `http://localhost:8000`
8. Run Django unittest: `integreat-cms test cms/`

### Run CMS in Docker container
A docker-compose file is provided in the the repository. It will start one container with a PostgreSQL database and another one with the CMS.
Expand Down
5 changes: 5 additions & 0 deletions backend/cms/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ msgstr "Review abgeschlossen"
msgid "Active"
msgstr "Aktiv"


#: models/site.py:20
msgid "Hidden"
msgstr "Versteckt"
Expand Down Expand Up @@ -424,6 +425,10 @@ msgstr "Archivierte Seiten"
msgid "Create page"
msgstr "Seite erstellen"

#: models/site.py:19 templates/language_tree/tree.html:37
msgid "Upload"
msgstr "Hochladen"

#: templates/pages/tree.html:53
msgid "Options"
msgstr "Optionen"
Expand Down

0 comments on commit 0d59370

Please sign in to comment.