Skip to content
forked from BOINC/boinc

Commit

Permalink
Locale: permanently move web translations
Browse files Browse the repository at this point in the history
This removes the kludge to copy files to the new place, keeping an unneeded copy in the repository. Now the transifex client puts them directly in the right directory.
  • Loading branch information
ChristianBeer committed Nov 16, 2016
1 parent 289a95c commit 11bb60d
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 251,898 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source_lang = en
type = PO

[boinc.project-generic]
file_filter = locale/<lang>/BOINC-Project-Generic.po
file_filter = html/languages/translations/<lang>.po
source_file = locale/templates/BOINC-Project-Generic.pot
source_lang = en
type = PO
Expand Down
5 changes: 1 addition & 4 deletions build_pos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// if they differ, send email telling us to validate and commit
// the new versions.

$emails = "[email protected] [email protected]";
$emails = "[email protected]";
$tdir = "locale/templates";

system("cd doc; ./build_po.php");
Expand All @@ -31,7 +31,4 @@ system("tools/compare_pot mac_installer/BOINC-Setup.pot $tdir/BOINC-Setup.pot $e
//
system("cd doc; ./update_translations.php");

// copy generic web files to html/translations
//
system("cd locale; ./copy_files.php");
?>
Loading

0 comments on commit 11bb60d

Please sign in to comment.