Add script to find missing locales and update locales (pull-request #393)

This commit is contained in:
Frédéric Guillot
2014-11-16 10:17:19 -05:00
parent 557bc2c3cd
commit a994e07f64
16 changed files with 246 additions and 2 deletions

View File

@@ -575,4 +575,21 @@ return array(
// 'My subtasks' => '',
// 'User repartition' => '',
// 'User repartition for "%s"' => '',
// 'Clone this project' => '',
// 'Column removed successfully.' => '',
// 'Edit Project' => '',
// 'Github Issue' => '',
// 'Not enough data to show the graph.' => '',
// 'Previous' => '',
// 'The id must be an integer' => '',
// 'The project id must be an integer' => '',
// 'The status must be an integer' => '',
// 'The subtask id is required' => '',
// 'The subtask id must be an integer' => '',
// 'The task id is required' => '',
// 'The task id must be an integer' => '',
// 'The user id must be an integer' => '',
// 'This value is required' => '',
// 'This value must be numeric' => '',
// 'Unable to create this task.' => '',
);