Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

G_Mmcu_hqsandino +10 guests

How to translate Vanilla 2?

Hello,
I want to translate Vanilla 2, but I can't find any language file. Can anybody told me - which files are language?

Best regards,
krzaczor93

Comments

  • You can use the file conf/locale.php I do that for now, to get the translation i need...

    Here is some of what i have in my file, for some danish translations:

    ...
    $Definition['Activity'] = 'Aktivitet';
    $Definition['Discussions'] = 'Debatter';
    $Definition['%s comment'] = '%s kommentar';
    $Definition['%s comments'] = '%s kommentarer';
    $Definition['%s new'] = '%s nye';
    $Definition['Most recent by %1$s %2$s'] = 'Seneste %1$s %2$s';
    $Definition['Announcement'] = 'Meddelelse';
    $Definition['Announcements'] = 'Meddelelser';
    $Definition['Inbox'] = 'Indbakke';
    ....


    Not everything is translatable in the default install. But's easily fixable with a custom view.
  • Posts: 16
    @krzaczor93
    Welcome to the Vanilla Forum! Please use the forum search first before starting a new discussion. For translation help look here.
  • Hi, I just found about the latest news about the Vanilla 2. I am glad that it is upgraded now.I want to explore about this especially on the translation of the latest Vanilla.

    Great thanks for the information!

    Best Regards,
    cmorris
    Registry Cleaners
Sign In or Register to comment.