You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
i18n: Sync translations with Weblate
Add translators comment for the two 'Project Manager' strings,
and fix some of the translations.
(cherry picked from commit c5f6d2097b)
This commit is contained in:
@@ -144,7 +144,10 @@ EditorAbout::EditorAbout() {
|
||||
List<String> dev_sections;
|
||||
dev_sections.push_back(TTR("Project Founders"));
|
||||
dev_sections.push_back(TTR("Lead Developer"));
|
||||
dev_sections.push_back(TTR("Project Manager ")); // " " appended to distinguish between 'project supervisor' and 'project list'
|
||||
// TRANSLATORS: This refers to a job title.
|
||||
// The trailing space is used to distinguish with the project list application,
|
||||
// you do not have to keep it in your translation.
|
||||
dev_sections.push_back(TTR("Project Manager "));
|
||||
dev_sections.push_back(TTR("Developers"));
|
||||
const char *const *dev_src[] = { AUTHORS_FOUNDERS, AUTHORS_LEAD_DEVELOPERS,
|
||||
AUTHORS_PROJECT_MANAGERS, AUTHORS_DEVELOPERS };
|
||||
|
||||
Reference in New Issue
Block a user