How to translate "%1 Files"?
I am having difficulty translating the following string:
%1 Files
..
First of all, I need to know whether %1 contains a string or a number, because that determines the word order.
If %s is a number, it also needs the plural form treatment:
1 fhaidhle
2 fhaidhle
3 faidhlichean
20 faidhle
...
Thanks!
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2016-09-15
- Last query:
- 2016-09-15
- Last reply:
- 2016-09-15
Launchpad Janitor (janitor) said : | #1 |
This question was expired because it remained in the 'Open' state without activity for the last 15 days.
GunChleoc (gunchleoc) said : | #2 |
Ping?
|
#3 |
If I look at (what I assume is) the original source http://
In this case "File %1"probably does not need different plural forms, because it is only applicable for one single item, but "%1 Files" needs different forms if your language expression varies in case of 2, 3 or other number of objects.
GunChleoc (gunchleoc) said : | #4 |
Thanks, I have opened a bug report for the second case.
https:/
GunChleoc (gunchleoc) said : | #5 |
Thanks Manfred Hampl, that solved my question.