Closed thomasingalls closed 9 years ago
The cookie thing should be possible, I'll take a look at the harpJS documentation if it can store sessions or cookies or something that could make this possible
you might have more luck searching the github repository’s issues, discussions.
https://github.com/sintaxi/harp
On Jun 18, 2014, at 11:50 AM, Zafarali Ahmed notifications@github.com wrote:
The cookie thing should be possible, I'll take a look at the harpJS documentation if it can store sessions or cookies or something that could make this possible
— Reply to this email directly or view it on GitHub.
Thanks for the heads up!
Do you want to use this: https://translate.google.com/manager/website/
French is not a second-class language on this site, so no. We'll do manual translations with help from one of the millions of native speakers in Montreal. For the blog entries, we might have some lag, but we'll deal with that as it comes.
As for the nuts and bolts, I've done a en / fr static website in harp before, but I always need to build it twice and manually copy the generated html files into a ~.com/en/ directory. We can replicate that here for the near term.
Okay greAt! Sorry about that was just a suggestion.
On Monday, June 23, 2014, Thomas Ingalls notifications@github.com wrote:
French is not a second-class language on this site, so no. We'll do manual translations with help from one of the millions of native speakers in Montreal. For the blog entries, we might have some lag, but we'll deal with that as it comes.
As for the nuts and bolts, I've done a en / fr static website in harp before, but I always need to build it twice and manually copy the generated html files into a ~.com/en/ directory. We can replicate that here for the near term.
— Reply to this email directly or view it on GitHub https://github.com/bricobio/bricobio-website/issues/8#issuecomment-46908220 .
Just to let you know the French translation of the website does not work!
roadmap for translations for now:
public/en/
and public/fr/
directories will both exist, one will be a copy-paste of the other, and each will contain the entire site. only an index.html file will remain in the public root._data/en/_text.json
or _data/fr/_text.json
when theroadmap for translations for the future:
I want to use a preferred language detection script that stores "en" or "fr" in a cookie upon arrival on the site.
There are two ways this could go afterwards: