snwh / computefreely

Archive of the source of Compute Freely website (not associated with current domain owners)
Other
46 stars 47 forks source link

Localization? #3

Open inputsh opened 9 years ago

inputsh commented 9 years ago

Are you planning on implementing a way to translate this website to various languages?

snwh commented 9 years ago

I'm open to having it translatable, if someone wants to work on it. Hence why I rewrote it in PHP.

inputsh commented 9 years ago

If by working on it you mean translating it, yup, I'm interested.

You can be sure that it will be translated at least in one or two languages.

snwh commented 9 years ago

I mean, adding a translation backend. ;)

n1trux commented 9 years ago

we could just use gettext?

haruair commented 8 years ago

Is there any decision yet?

snwh commented 8 years ago

People are free to submit pull requests

davidak commented 7 years ago

There was a discussion about this in the elementary website issues: https://github.com/elementary/website/issues/37

They found an elegant solution: https://github.com/elementary/website/pull/288

You may ask them for help reimplementing that for your project.

snwh commented 7 years ago

@davidak I am one of them, and it's a bit more complex than I care to implement myself. ;) Like I said, I am open to pull requests for i18n support.

bilelmoussaoui commented 7 years ago

@snwh If you're still interested about i18n support, i can work on this :)

snwh commented 7 years ago

@bil-elmoussaoui by all means

snwh commented 5 years ago

No progress here? With shift to Jekyll the new site only really needs the rewritten pages/posts in the other languages.

bilelmoussaoui commented 5 years ago

Totally forgot about this. It would have been easier for me to do this when it used to use PHP instead of Jekyll. Translating Jekyll based websites hosted on Github isn't that easy, as Github doesn't provide the gem that could be used for translations

snwh commented 5 years ago

@bilelmoussaoui it's not github pages or hosted on github, only the source code is.

bilelmoussaoui commented 5 years ago

Aha! alright, will take a look as soon as I can, can you assign the issue to me to keep track of it?