forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locale: permanently move web translations
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
1 parent
289a95c
commit 11bb60d
Showing
41 changed files
with
2 additions
and
251,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); | ||
|
@@ -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"); | ||
?> |
Oops, something went wrong.