]> source.dussan.org Git - nextcloud-server.git/commit
adding console command to generate javascript translation files based on existing...
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 24 Oct 2014 11:53:01 +0000 (13:53 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 29 Oct 2014 09:09:12 +0000 (10:09 +0100)
commit2f19de11e4c77b0f9195c3868960d8105541359f
treece8e3e45d519c392a7582e2fe452402e070301c0
parentd71cd680dd6133ad254fd296319aeab6deb77686
adding console command to generate javascript translation files based on existing php translation files
read server side translations from json files
core/command/l10n/createjs.php [new file with mode: 0644]
core/register_command.php
l10n/l10n.pl
lib/private/l10n.php
tests/data/l10n/cs.json [new file with mode: 0644]
tests/data/l10n/cs.php [deleted file]
tests/data/l10n/de.json [new file with mode: 0644]
tests/data/l10n/de.php [deleted file]
tests/data/l10n/ru.json [new file with mode: 0644]
tests/data/l10n/ru.php [deleted file]
tests/lib/l10n.php