Skip to content

Commit fad29b2

Browse files
committed
Updates to the README
1 parent 39329f9 commit fad29b2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ on [django-rosetta](https://github.com/mbi/django-rosetta/).
3131

3232
## What's missing?
3333

34-
- Unit tests
35-
- Documentation
34+
- More documentation
3635
- An easy way to get this thing up and running. All it needs is a Django
3736
hosting environment and a database. It shouldn't be too hard to throw
3837
together a Docker compose file or something. I'm deploying it in my

cli/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ Then, assuming you have your gettext `.po` files inside `project/locale` you
2020
can do this to get the pofiles from remote or send your local pofiles to the
2121
remote:
2222

23+
# Find local pofiles, and fetch updates from the server for each of them:
2324
trd get project/locale
24-
trd put project/locale
25+
# Submit all local pofiles to the server so that new strings can be translated:
26+
trd submit project/locale
27+
# Replace pofiles on the server:
28+
trd replace project/locale

0 commit comments

Comments
 (0)