Hi Rajesh and Team,
While working with Siebrand from Wikimedia during the language sprint happening at Pune, Red Hat office, we have come across various issues to be fixed with respect to FUEL terminologies, repo structure, etc.
Here goes the improvement suggestions. 1. Fix all the POT headers by adding #, Fuzzy 2. Create definitions for all the POT terminology entries 3. Capitalization has to be taken care for every terminology entry 4. Prepare contextual information for every terminology entry 5. Some entries from Desktop and Web modules requires fixing trailing space, e.g. "Print" , "Move All Contact to", "Multimedia System Selector", "Friend of ", "Log in ", "Publish immediately " 6. Remove duplicate entries like "create a list" and "news feed" 7. Trailing elipses (...) and trailing colons (:) needs to be removed 8. Style guide related matters should move to the respective guides rather than terminology DB
The GIT repo structure should go like this: `-- fuel |-- as | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- bn_IN | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- gu | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- hi | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- pa | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- Source | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- ta `-- terminology |-- desktop | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- mobile | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- web |-- cdac.po |-- individual_1.po `-- translatewiki.po
Please do share your ideas, if anybody on the list come across any other suggestions or improvements what we have in the proposal as shown above.
Thank You! Ankit Patel http://www.ankit644.com/
Op 13 feb. 2013 om 11:50 heeft Ankit Patel ankit644@yahoo.com het volgende geschreven:
Hi Rajesh and Team,
While working with Siebrand from Wikimedia during the language sprint happening at Pune, Red Hat office, we have come across various issues to be fixed with respect to FUEL terminologies, repo structure, etc.
Here goes the improvement suggestions.
- Fix all the POT headers by adding #, Fuzzy
Should be lower case fuzzy.
- Create definitions for all the POT terminology entries
- Capitalization has to be taken care for every terminology entry
It should be consistent throughout the corpus. In my opinion title case, trailing colons and ellipses, trailing whitespace, etc., should be avoided to allow the highest possible hit rates from translation memories. Keep the strings as clean as possible.
Also look at A/b vs. A/B which I've observed to be present inconsistently. This might result in one or more upstream change requests.
- Prepare contextual information for every terminology entry
- Some entries from Desktop and Web modules requires fixing trailing space, e.g. "Print" , "Move All Contact to", "Multimedia System Selector", "Friend of ", "Log in ", "Publish immediately "
- Remove duplicate entries like "create a list" and "news feed"
- Trailing elipses (...) and trailing colons (:) needs to be removed
- Style guide related matters should move to the respective guides rather than terminology DB
Style guide should contain information on proper addition of ellipsis, colons, semi-colons, punctuation for bullet lists.
The GIT repo structure should go like this: `-- fuel |-- as | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- bn_IN | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- gu | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- hi | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- pa | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- Source
I think that if language codes are used for almost everything, they should be used for everything :). Might as well use en/ or enUS/ here.
| `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- ta `-- terminology |-- desktop | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- mobile | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- web |-- cdac.po |-- individual_1.po `-- translatewiki.po
Please do share your ideas, if anybody on the list come across any other suggestions or improvements what we have in the proposal as shown above.
Nice work, Ankit.
Cheers!
-- Siebrand Mazeland
M: +31 6 50 69 1239 Skype: siebrand
On Wed, Feb 13, 2013 at 11:50 AM, Ankit Patel ankit644@yahoo.com wrote:
Hi Rajesh and Team,
While working with Siebrand from Wikimedia during the language sprint happening at Pune, Red Hat office, we have come across various issues to be fixed with respect to FUEL terminologies, repo structure, etc.
Here goes the improvement suggestions.
- Fix all the POT headers by adding #, Fuzzy
- Create definitions for all the POT terminology entries
- Capitalization has to be taken care for every terminology entry
- Prepare contextual information for every terminology entry
- Some entries from Desktop and Web modules requires fixing trailing
space, e.g. "Print" , "Move All Contact to", "Multimedia System Selector", "Friend of ", "Log in ", "Publish immediately " 6. Remove duplicate entries like "create a list" and "news feed" 7. Trailing elipses (...) and trailing colons (:) needs to be removed 8. Style guide related matters should move to the respective guides rather than terminology DB
The GIT repo structure should go like this: `-- fuel |-- as | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- bn_IN | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- gu | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- hi | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- pa | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- Source | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- ta `-- terminology |-- desktop | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- mobile | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- web |-- cdac.po |-- individual_1.po `-- translatewiki.po
Please do share your ideas, if anybody on the list come across any other suggestions or improvements what we have in the proposal as shown above.
Thank You! Ankit Patel http://www.ankit644.com/
fuel-discuss mailing list fuel-discuss@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/fuel-discuss
Thanks Siebrand and Ankit for the suggestions and plan in detail!
This is very useful! Thanks for documenting and publishing this and working with Siebrand on making progress. This is exciting! With best regards, Alolita
On Wed, Feb 13, 2013 at 1:52 PM, Rajesh Ranjan rajesh672@gmail.com wrote:
On Wed, Feb 13, 2013 at 11:50 AM, Ankit Patel ankit644@yahoo.com wrote:
Hi Rajesh and Team,
While working with Siebrand from Wikimedia during the language sprint happening at Pune, Red Hat office, we have come across various issues to be fixed with respect to FUEL terminologies, repo structure, etc.
Here goes the improvement suggestions.
- Fix all the POT headers by adding #, Fuzzy
- Create definitions for all the POT terminology entries
- Capitalization has to be taken care for every terminology entry
- Prepare contextual information for every terminology entry
- Some entries from Desktop and Web modules requires fixing trailing
space, e.g. "Print" , "Move All Contact to", "Multimedia System Selector", "Friend of ", "Log in ", "Publish immediately " 6. Remove duplicate entries like "create a list" and "news feed" 7. Trailing elipses (...) and trailing colons (:) needs to be removed 8. Style guide related matters should move to the respective guides rather than terminology DB
The GIT repo structure should go like this: `-- fuel |-- as | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- bn_IN | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- gu | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- hi | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- pa | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- Source | `-- terminology | |-- desktop | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | |-- mobile | | |-- cdac.po | | |-- individual_1.po | | `-- translatewiki.po | `-- web | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- ta `-- terminology |-- desktop | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po |-- mobile | |-- cdac.po | |-- individual_1.po | `-- translatewiki.po `-- web |-- cdac.po |-- individual_1.po `-- translatewiki.po
Please do share your ideas, if anybody on the list come across any other suggestions or improvements what we have in the proposal as shown above.
Thank You! Ankit Patel http://www.ankit644.com/
fuel-discuss mailing list fuel-discuss@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/fuel-discuss
Thanks Siebrand and Ankit for the suggestions and plan in detail!
-- Regards, Rajesh Ranjan www.rajeshranjan.in _______________________________________________ fuel-discuss mailing list fuel-discuss@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/fuel-discuss
Hi,
As discussed and promised, the template structure is ready in the git repo.[1]
We are waiting for fedora hosted admins to add 'siebrand' to 'fuelgit' repo to start receiving translations in the repo now. Once done, Siebrand will get notified.
Thank You! Ankit Patel
[1]: http://git.fedorahosted.org/cgit/fuel.git/tree/
On 02/13/2013 02:40 PM, Alolita Sharma wrote:
This is very useful! Thanks for documenting and publishing this and working with Siebrand on making progress. This is exciting! With best regards, Alolita
Thanks for getting this done Ankit! Appreciate your help :-)
With best regards, Alolita
On Fri, Feb 15, 2013 at 1:32 AM, Ankit Patel ankit644@yahoo.com wrote:
Hi,
As discussed and promised, the template structure is ready in the git repo.[1]
We are waiting for fedora hosted admins to add 'siebrand' to 'fuelgit' repo to start receiving translations in the repo now. Once done, Siebrand will get notified.
Thank You! Ankit Patel
On 02/13/2013 02:40 PM, Alolita Sharma wrote:
This is very useful! Thanks for documenting and publishing this and working with Siebrand on making progress. This is exciting! With best regards, Alolita
fuel-discuss@lists.fedorahosted.org