ericlbarnes / wardrobe

A Minimal Blog App
http://wardrobecms.com
MIT License
336 stars 59 forks source link

[Proposal] How about translating Wardrobe in other languages ? #52

Open ghost opened 11 years ago

ghost commented 11 years ago

Hi! I was wondering if you'd want to translate it in other languages. All the documentation and even the app itself front&backend of course.

I could do it in Romanian (native speaker) and in Italian (i live in Florence, Italy since aug 2006 and graduated here too).

What do you think?

rtablada commented 11 years ago

I think that would be very cool, I'm not sure what we would do for localization, I know Eric was looking at this a bit.

As far as documentation, maybe Eric can open up repos for docs-rom, docs-it.

I would be willing to shoot for Spanish. I am not a technical speaker but speak relatively fluently with my family daily.

On Jul 19, 2013, at 7:24 PM, ionut-tanasa notifications@github.com wrote:

Hi! I was wondering if you'd want to translate it in other languages. All the documentation and even the app itself front&backend of course.

I could do it in Romanian (native speaker) and in Italian (i live in Florence, Italy since aug 2006 and graduated here too).

What do you think?

— Reply to this email directly or view it on GitHub.

ghost commented 11 years ago

IF he considers to do something about it count me in! It would be awesome.

ericlbarnes commented 11 years ago

I do like the idea and would like it to be external from the main repo. Let me do some thinking on it and devise a plan.

rtablada commented 11 years ago

I have seen Lang prefixed doc sets in other repo groups. And community Lang packs for internationalization — Sent from Mailbox for iPhone

On Sat, Jul 20, 2013 at 9:30 PM, Eric Barnes notifications@github.com wrote:

I do like the idea and would like it to be external from the main repo. Let me do some thinking on it and devise a plan.

Reply to this email directly or view it on GitHub: https://github.com/ericbarnes/wardrobe/issues/52#issuecomment-21304008

ChristianGaertner commented 11 years ago

Laravel does provide a pretty nifty Lang class (I' m sure most po you know that already) and I think rewriting the app to use the lang class should be pretty easy. I' d like to help too btw :D (German).

ericlbarnes commented 11 years ago

I already converted the app to a Lang file. See Lang/en/wardrobe

Thanks, Eric Barnes

ericlbarnes commented 11 years ago

I added a "locales" repo to the wardrobecms organization. This will be for translating the core. https://github.com/wardrobecms/locales

I will work on the docs repo over the next few days to get it working with sub directories for the different languages. Because I will not be able to audit different language files I will still only pull the english docs to the actual website. But will add information and links on finding the other docs.

In the beginning I think the best way for this to work is just with pull requests against these repos.

rtablada commented 11 years ago

Sounds good, I'll start to get to work on Spanish.

Have a blessed day, Ryan Tablada ryan.tablada@gmail.com

— Sent from Mailbox for iPhone

On Sun, Jul 21, 2013 at 1:54 PM, Eric Barnes notifications@github.com="mailto:notifications@github.com"> wrote: I added a "locales" repo to the wardrobecms organization. This will be for translating the core.

I will work on the docs repo over the next few days to get it working with sub directories for the different languages. Because I will not be able to audit different language files I will still only pull the english docs to the actual website. But will add information and links on finding the other docs.

In the beginning I think the best way for this to work is just with pull requests against these repos.

— Reply to this email directly or view it on GitHub.

ghost commented 11 years ago

I'll start on Romanian and Italian then if that's ok with you

On Sunday, July 21, 2013, Ryan Tablada wrote:

Sounds good, I'll start to get to work on Spanish.

Have a blessed day, Ryan Tablada ryan.tablada@gmail.com <javascript:_e({}, 'cvml', 'ryan.tablada@gmail.com');>

— Sent from Mailbox for iPhone

On Sun, Jul 21, 2013 at 1:54 PM, Eric Barnes <notifications@github.com<javascript:_e({}, 'cvml', 'notifications@github.com');> ="mailto:notifications@github.com <javascript:_e({}, 'cvml', 'notifications@github.com');>">> wrote: I added a "locales" repo to the wardrobecms organization. This will be for translating the core.

I will work on the docs repo over the next few days to get it working with sub directories for the different languages. Because I will not be able to audit different language files I will still only pull the english docs to the actual website. But will add information and links on finding the other docs.

In the beginning I think the best way for this to work is just with pull requests against these repos.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/ericbarnes/wardrobe/issues/52#issuecomment-21314849 .

This email (including any attachment) is a personal message and may contain confidential and/or privileged and/or proprietary information. If you have received this email in error, please notify the sender immediately, do not use or share it and destroy this email. Any unauthorised use, copying or disclosure of the material in this email or of parts hereof (including reliance thereon) is strictly forbidden. I have taken precautions to minimize the risk of transmitting software viruses but nevertheless advise you to carry out your own virus checks on any attachment of this message. I accept no liability for loss or damage caused by software viruses.


Il presente messaggio, inclusi gli eventuali allegati, ha natura personale e potrebbe contenere informazioni confidenziali e/o riservate. Chiunque lo ricevesse per errore, è pregato di avvisare tempestivamente il mittente e di cancellarlo. E’ strettamente vietata qualsiasi forma di utilizzo, riproduzione o diffusione non autorizzata del contenuto di questo messaggio o di parte di esso. Pur essendo state assunte le dovute precauzioni per ridurre al minimo il rischio di trasmissione di virus, si suggerisce di effettuare gli opportuni controlli sui documenti allegati al presente messaggio. Non si assume alcuna responsabilità per eventuali danni o perdite derivanti dalla presenza di virus.

ChristianGaertner commented 11 years ago

Should we use the html encoded characters or can we use the UTF-8 way:

e.g. ö <=> &ouml; ü <=> &uuml; etc.

ericlbarnes commented 11 years ago

I am pretty sure you can use the first way.

 'key' => 'öÀç'
rtablada commented 11 years ago

I am about halfway through the spanish translation so far. I'm realizing that there is a lot of technical things that I do not run into talking to my family and friends.

Franarroutado commented 11 years ago

I'm a spanish native speaker (Spain) and I would love to improve some translations if you don't mind.

ChristianGaertner commented 11 years ago

This is GitHub. Just send a pull request...

ericlbarnes commented 11 years ago

Yes just send a pull request. All language files are in a secondary repo - https://github.com/wardrobecms/locales

rtablada commented 11 years ago

@Franarroutado thanks, I am a conversational speaker around the house so my grammar and technical knowledge in Spanish isn't too great.

I just wanted to get some rough translations that would be a start.

If you don't know how to do a pull request, send me the updates in an issue on my repo of the locales and I will submit a new pull request for Spanish.

Franarroutado commented 11 years ago

Thanks, I will make pull request with the changes. @rtablada you really did a great job on the translation.

mpmont commented 11 years ago

I'll translate it to Portuguese in the near future. =)