We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feffd2 commit cc659c9Copy full SHA for cc659c9
client/Makefile
@@ -14,3 +14,6 @@ tx-push:
14
15
clean-locales:
16
find locales/ -type f -exec bash -c 'cat {} | python -m json.tool > /tmp/lo.tmp && mv /tmp/lo.tmp {}' \;
17
+
18
+push-en-locale:
19
+ tx push -s
0 commit comments