-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
language fr
Step to reproduce:
- use fr language on web browser
- create a new folder, save
- go into folder, you have this screen
"This folder is empty" and "All" are not translated when using fr localization.
Not sure if this come from Jenkins Core or one plugin.
- relates to
-
JENKINS-38606 Jenkins creates AllView with a localized name on on initial startup
-
- Resolved
-
[JENKINS-66677] [fr] Empty folder UI
Attachment | New: folder empty UI.png [ 56324 ] |
Issue Type | Original: Task [ 3 ] | New: Improvement [ 4 ] |
Summary | Original: [Fr translation] Empty folder UI | New: [fr] Empty folder UI |
Labels | New: newbie-friendly |
Assignee | New: A. Jard [ ajard ] |
Assignee | Original: A. Jard [ ajard ] |
Attachment | New: image-2021-10-10-00-18-47-543.png [ 56524 ] |
Hi!
I found the "This folder is empty" part in the code: core/src/main/resources/hudson/model/AllView/noJob_fr.properties
As this language translation handled by properties files nearly all languages missing this sentence (but Turkish) All of this noJob_xx.properties files need the
This\ folder\ is\ empty=<sentence in the other language> line.
What is the correct way to handle it?