[Rosetta] How can I select an input target for translations?
Here is the filtered import queue for my project:
https:/
These two translations have been stuck in the "NEEDS_REVIEW"/"No input target selected yet." state for more than 2 days. How can I get them imported?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Dmitry Shachnev
- Solved:
- 2011-07-28
- Last query:
- 2011-07-28
- Last reply:
- 2011-07-28
Данило Шеган (danilo) said : | #1 |
You can't at the moment, but we'll be soon opening it up to project maintainers (see bug 800123). However, they have not been auto-approved because they are under a different path (po.unity-
If you want them approved, either wait for bug 800123 to be rolled out, or fix paths, or let us know which template they belong to.
Dmitry Shachnev (mitya57) said : | #2 |
These were generated by Fabien Tassin's desktop2gettext.py tool. It names the template as "desktop_file", but I should use different directories for every file because it rewrites the contents.
Thank you for pointing me to this, I'll rename the templates.
Dmitry Shachnev (mitya57) said : | #3 |
(Just if someone is interested)
Данило Шеган (danilo) said : | #4 |
Any reason you are not using intltool setup which can extract translations from your .desktop files for you? (All of GNOME uses that, for instance)
Данило Шеган (danilo) said : | #5 |
(It also puts them into a single POT file, which many feel is much better than having a POT file per desktop file)
Dmitry Shachnev (mitya57) said : | #6 |
Does it support quicklists?