71
DCrussader
Re: Translation Teams on Transifex

3rd way which is used by ownCloud to sync translations with TX and GIT is:

#
# update translations
#
cd l10n/
# ownCloud specific - creates pot
perl l10n.pl read
tx push 
-s
tx pull 
-a
# ownCloud specific - po to php
perl l10n.pl write
cd 
..

#
# push to git
#
git status
git add 
.
git commit -am "[tx-robot] updated from transifex"
git push
git status
echo "done"


72
Cesagonchu
Re: Translation Teams on Transifex

Thank you for the information DCrussader

I've added Gwenael and alain01 to french translation team.

73
Anonymous
Re: Translation Teams on Transifex
  • 2013/1/23 23:27

  • Anonymous

  • Posts: 0

  • Since:


@Cesag I'm glad you posted the first extgallery file on Transifex today, but what about the other modules proven final in december last year? It's nice you promoted Transifex again and we were urged to use it, but a sleeping tool without the final modules added does not stimulate us translators to use it!

(In case I can help populating Transifex, let me know!)

74
Cesagonchu
Re: Translation Teams on Transifex

I'll try to send faster the modules on Transifex.

Remember that I am frxoops.org admin, moderator for xoops.org, tester and translator modules, responsible for the quality of modules, recently Transifex admin, etc ...

When I send an original file on Transifex, I must check before spaces to delete, (') to replace with ("), etc..

I am almost alone to do everything, because people who have applied here are very few or no active.

75
Cesagonchu
Re: Translation Teams on Transifex

Quote:

flipse wrote:
@Cesag I'm glad you posted the first extgallery file on Transifex today, but what about the other modules proven final in december last year? It's nice you promoted Transifex again and we were urged to use it, but a sleeping tool without the final modules added does not stimulate us translators to use it!


flipse,
from Basic Module Pack, I have updated :

January 23 (posted on the forum)
Transifex : eXtGallery 1.11 Final (You didn't translated the files)

January 13 (posted on the forum)
Transifex : Googlemaps 0.91 beta1 (You didn't translated the files)

January 12 (posted on the forum)
Transifex : Avaman 0.22 Final (You didn't translated the files)

January 12 (posted on the forum)
Transifex : Birthday 2.3 Final (You didn't translated the files)

January 12 (posted on the forum)
Transifex : Boox 1.71 Final (Translated)

January 12 (posted on the forum)
Transifex : Backup 3.3 Final (Translated)

76
Anonymous
Re: Translation Teams on Transifex
  • 2013/1/24 13:44

  • Anonymous

  • Posts: 0

  • Since:


Don't insult me Cesag I translated many modules lately, including Extgallery It's on Transifex now...

And you are right I am not translating all modules new on Transifex, some other modules have more priority as I see them as more basic. Avaman is a nice module but I want to do the basic content modules first. And btw, I don't use transifex for the actual translating, I prefer to do that local and upload the files to Transifex when they are ready. I like the ability to translate on and check the translated strings on a testserver constantly, that's not possible with Transifex.

Do you have a checklist with common issues you check before files are ready for transifex? I can't promise you great productivity but are willing to help you check when having a little spare time.


77
Cesagonchu
Re: Translation Teams on Transifex

Thank you flipse

You can verify, if you have time, english language files of each module listed here.

Only prevent me before, by MP, the module you're working on, to avoid doing the same thing at the same time.


Recommendations:

1 - Remove spaces. Format "define"
bad example define
("_AM_MYTABS_CREATE_TAB""Create a new tab");

Good example (no spaces!)
define ("_AM_MYTABS_CREATE_TAB","Create a new tab");


2 - Replace (') by ("). Careful, if you make automatic replacement (non-manual), some words will be processed and it will be a disaster. Example:
define ('_MI_DEFACER_DISPERMISSIONS_DSC',"This will disable all permission Defacer's actions");

will be transformed into:
define ("_MI_DEFACER_DISPERMISSIONS_DSC","This will disable all permission Defacer"s actions");

Therefore be careful and put the words correctly.

3 - The English source. Verify that the words or phrases in English are well written. For example Soapbox, as Gwenael pointed today with the word Highlight:
define ("_AM_SB_HILITE""higlight blocks");

replace with
define ("_AM_SB_HILITE""Highlight blocks");

The _AM_SB_HILITE is poorly written, too, but we do not care. We note the error for a developer modifies it, and everything that is connected with.


4 - Language files must be in UTF-8 without BOM.


5 - Remove newlines


Now I'll work on the Soapbox module.

78
Mamba
Re: Translation Teams on Transifex
  • 2013/1/24 18:26

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
1 - Remove spaces

I am not sure, this is required. Their example is having spaces after the comma:

DEFINE("january""enero");


Quote:
Replace (') by (").

Is this required by Transifex? I didn't see it anywhere...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

79
Anonymous
Re: Translation Teams on Transifex
  • 2013/1/24 18:35

  • Anonymous

  • Posts: 0

  • Since:


How to confuse and discourage a willing volunteer i was ready to start with xSitemap but will wait until this issues are clear!

80
Cesagonchu
Re: Translation Teams on Transifex

Quote:

Mamba wrote:
Quote:
1 - Remove spaces

I am not sure, this is required. Their example is having spaces after the comma:

DEFINE("january""enero");


Exact, there is a space but YOU decided to delete them after DCrussader's request
See all "Removing spaces from "define", which is required for Transifex per DCrusader"
here :
https://sourceforge.net/p/xoops/svn/10890/tree/XoopsModules/

For (') replacement, it is required from me because it's more simply to have for example:
define("_AM_SB_IDXINTRO","Today, %s, this module's content is as follows:");
instead of :
define('_AM_SB_IDXINTRO','Today, %s, this module\'s content is as follows:');

When you search the word "module's" in Notepad++, you will find it, whereas if it has a (\) (module\'s), it will be harder to find.

Login

Who's Online

208 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits