This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-interface
Watch
6
Star
0
Fork
You've already forked django-admin-interface
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5ffd77ef0b
django-admin-interface
/
update-translations.sh
5 lines
97 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
lang in es fa fr it pl pt_BR tr
;
{
python -m django makemessages -l
$lang
;
}
Reference in New Issue
View Git Blame
Copy Permalink