Skip to content

Commit

Permalink
js i18n: misc fixes; quick-reply.js i18n
Browse files Browse the repository at this point in the history
Conflicts:
	js/quick-reply.js
	templates/main.js
  • Loading branch information
czaks authored and Michael Foster committed Jul 31, 2013
1 parent 291a0f0 commit ca72ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/i18n_compile.php
Expand Up @@ -35,10 +35,10 @@
if (file_exists($locdir."/LC_MESSAGES/tinyboard.po")) $join = "-j";
else $join = "";
`cd $locdir/LC_MESSAGES;
msgfmt tinyboard.po`;
msgfmt tinyboard.po -o tinyboard.mo`;

// Generate javascript.po
`cd tools/inc/lib/jsgettext/;
php po2json.php -i ../../../../$locdir/LC_MESSAGES/javascript.po \
-o ../../../../$locdir/LC_MESSAGES/javascript.js -k tb_i18n`;
-o ../../../../$locdir/LC_MESSAGES/javascript.js`;
}

0 comments on commit ca72ad6

Please sign in to comment.