#11148 closed enhancement (fixed)
Add Valencian language to josm (ca@valencia)
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.04 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
See #8645 - we have many translations for this language, but due to this strange language code it cannot be included that easily.
Attachments (0)
Change History (20)
comment:1 by , 10 years ago
comment:4 by , 10 years ago
At least also JOSM server scripts and TranslatedPages macro need an update. :-)
follow-up: 6 comment:5 by , 10 years ago
Well we need a better encoding,
- "@" in page names does not work.
- "__" causes the text to become underlined.
I'd vote for a "-" instead of the "@" for pages and arguments where the "@" wont work. Where did you get the "__" from?
comment:6 by , 10 years ago
Replying to stoecker:
Where did you get the "__" from?
new Locale(/*language*/ "ca", /*country*/ "", /*variant*/ "valencia").toString()
comment:11 by , 10 years ago
comment:12 by , 10 years ago
For reference: In XML, Manifest and Webpages titles "-" is used instead of "@".
comment:15 by , 10 years ago
As I said: "but due to this strange language code it cannot be included that easily".
comment:16 by , 10 years ago
Simon: Why did you add the "Valencian" text? Is this needed for Windows? My Linux Version has the texts (and translations) for Valencian. If this is needed for Windows, could you also check the other languages like Khmer?
comment:17 by , 10 years ago
I'm also using Linux. While testing, I obtained that new Locale("ca", "", "valencia").getDisplayName()
doesn't return a name. However right now it does. So it seems superfluous …
new Locale("km").getDisplayName()
works as well …
follow-up: 20 comment:19 by , 10 years ago
Seems ca@valencia also does not really work for Launchpad. I created a bug report for this:
https://bugs.launchpad.net/launchpad/+bug/1447036
JOSM-related Launchpad-users can say it affects them to increase bug-heat (even if that did not help much for the other launchpad bugs :-)
comment:20 by , 10 years ago
Replying to stoecker:
JOSM-related Launchpad-users can say it affects them to increase bug-heat (even if that did not help much for the other launchpad bugs :-)
Done, I also added JOSM project (it does also increase bug heat, right?)
In [o31086]:
see #josm11148 - Add Valencian language to josm (
ca@valencia
).