Re: Timeline KDE 20 years
Camila Ayres <[email protected]>
| Newsgroups | gmane.comp.kde.events |
|---|---|
| Message-ID | <CABe7M6tTkWoJ4bHH1o0P97sNdBPvysdRPViqUSXvoMztLY-86w__28004.4865714901$1473330009$gmane$org@mail.gmail.com> |
Hi!
If you want to add another language, there is a xml file /js/languages.xml:
<translation id="source">
<en>(Source)</en>
<pt>(Fonte)</pt>
</translation>
where you can add a new language, e.g:
<translation id="source">
<en>(Source)</en>
<pt>(Fonte)</pt>
<de>(German translation)</de>
</translation>
and then you have to add a new link in the html header:
<span class="languages">
<i class="fa fa-globe"></i>
<a href="javascript:translate('en');"
data-language="en" class="active">en</a> |
<a href="javascript:translate('pt');"
data-language="pt">pt</a> |
<!-- new language here -->
<a href="javascript:translate('de');"
data-language="de" class="active">en</a> |
</span>
Or you can put the translation in a text file in the repo and then we can
add it later to the page.
Camila
On Wed, Sep 7, 2016 at 5:06 PM, Mohi Mirdamadi <[email protected]> wrote:
> Hi my friends
>
> On Aug 31, 2016 12:29 AM, "Lydia Pintscher" <[email protected]> wrote:
> >
> > On Tue, Aug 30, 2016 at 7:47 PM, Lydia Pintscher <[email protected]> wrote:
> > > Thanks so much for doing this! It's great. And good to see the code be
> > > used for a nice timeline as well ;-)
> > > Devaja is working on the announcement for the 20 years of KDE book as
> > > well as the press kit. Best coordinate with her. Maybe we have one dot
> > > story for the general birthday with the timeline and another one for
> > > the book with quotes and all? We should probably also somewhere
> > > explain why we're celebrating now while the "real" birthday is still a
> > > bit away.
> >
> > Another thing that should go in:
> > https://community.kde.org/Promo/Events/Parties/KDE_20_Anniversary
> >
> >
> > Cheers
> > Lydia
> >
> > --
> > Lydia Pintscher - http://about.me/lydia.pintscher
> > KDE e.V. Board of Directors / KDE Community Working Group
> > http://kde.org - http://open-advice.org
>
> Sorry if my question was being asked before, I wanted to know if there
> will be translation of this page available?
>
> And if yes, where should we start doing that?
>
> --
>
> Regards,
>
> Mohi Mirdamadi
>
>
>
> ----------------------------
> Please consider the environment before printing this e-mail.
> ----------------------------
>