Merge pull request #960 from ferferga/translate-everything

Translate missing items - Part 1
This commit is contained in:
dkanada
2020-04-04 15:59:45 +09:00
committed by GitHub
28 changed files with 229 additions and 155 deletions
+1 -5
View File
@@ -1082,11 +1082,7 @@ import 'programStyles';
if (options.showPersonRoleOrType) {
if (item.Role) {
lines.push('as ' + item.Role);
} else if (item.Type) {
lines.push(globalize.translate('' + item.Type));
} else {
lines.push('');
lines.push(globalize.translate('PersonRole', item.Role));
}
}
}