Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
svn external
-
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Can someone please explain to me how to work with so called "SVN external" in trac? -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Hi,
SVN:externals is used more and more in the code.zikula for refering to other languages. The different languages are then kept within the community-lang project and not in the project itself any more. This makes it a lot easier to keep languages up to date.
Since it was also not so clear to me
when setting the property for the storiesext block and the french language I had to find out as well.
You can set the SVN:externals property on the pnlang folder of a project (as you can see in the crpCalendar example). When you have a checked out project you you can select the properties of the pnlang folder (with TortoiseSVN, right click -> TortoiseSVN -> properties) and there you can set this SVN:externals property.
I've put a some step by step explanation in the SubVersion Wiki page (I'm no expert, but this gets you started
)
http://community.zik…Wiki&tag=SubVersion
For example crpCalendar (great module by Jami
) now uses french and dutch language from the relevant community trac location, this is how it looks int he Trac browser:
http://code.zikula.o…/crpCalendar/pnlang
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
As always very helpful Erik! Thanks for updating the Wiki. I searched for it there yesterday.
I use Subversion in Eclipse, but I guess there won't be any fundamental differences.
Thanks again! -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
I have a basic howto in the dutch community project as well:
http://code.zikula.o…LanguageIntegration
This page also lists al (known) modules which have externals to the dutch translation. Very important form me to know who is linking to us, so I can update the projects when something changes. However, we plan to keep the SVN structure as it is right now.
Erik, you should have known this ;)
edited by: Teb, Jan 31, 2009 - 06:58 PM
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Damn, You got me there
I should RTFD myself as well. Luckily you're very observant
edited by: espaan, Jan 31, 2009 - 06:31 PM
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
That leads me to two follow up question: I have one or two modules in Cozi that I could translate to Dutch.
- Should that translation rather reside in my own modules or in the central Dutch translations repository?
- Is there some kind of 'groene boekje' for the Dutch translation? Are any translation standards defined?
-
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
We only keep translations in the dutch repository, to maintain translations where module developers can not. They update code, we monitor updates, and translate on-the-fly as much as possible. When the developer releases, the latest translation is auto-included in their export, no interference from us is needed. In your case: you can translate yourself, so the latest dutch translation is always included, right?dits
Should that translation rather reside in my own modules or in the central Dutch translations repository?
Some:dits
Is there some kind of 'groene boekje' for the Dutch translation? Are any translation standards defined?
- we tend to avoid 'je' en 'u', where there is a general 'you' in english. Examples like "Click here for your personal settings" will be translated to "Persoonlijke instellingen kunnen hier gevonden worden" instead of "Klik hier voor je / uw persoonlijke instellingen". German translation might have the same problem with sie / Sie I think
- We include a link to the dutch zikula community in the docblock, but only if it resides in our repositories of course (@link)
- We set the name of the initial translator in the docblock (@author)
- We use the english translation file as leading, and remain format of the file (and ordering of the constants) as much as possible. This makes usage of diff-viewers like Meld or WinMerge much easier
Van harte welkom dus!
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Thanks Teb!
For consistency reasons it does seem to make sense to keep (or rather start
) the Dutch translation in the Dutch community repository. Would be nice if any of you guys would be willing to review. I'll PM my Cozi account.
By the way: my initial question was triggered by Mumuri kindly providing me with a French translation. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
I've added the guidelines to the DZC Wiki
The list can be extended with time.
--
campertoday.nl, Module development, Dutch Zikula Community
- Moderated by:
- Support
