Page 3 of 3

Re: Please help translate the UniLang website to many languages!

Posted: 2013-08-16, 9:51
by Türkmeni söýýän
Also where do we go to translate? And/or make changes? Still can't find the blasted thing/place.

Re: Please help translate the UniLang website to many languages!

Posted: 2013-08-17, 10:54
by Abavagada
Under "Development" tab on menu at top, then "Translation & Development Center"

ulr2edit.php

Re: Please help translate the UniLang website to many languages!

Posted: 2014-02-16, 16:34
by JuxtapositionQMan
I can't access the excercises. Help maybe?

Re: Please help translate the UniLang website to many languages!

Posted: 2014-02-16, 18:03
by vijayjohn
Which exercises?

Re: Please help translate the UniLang website to many languages!

Posted: 2014-02-16, 18:20
by JuxtapositionQMan
When I go to the translation page and click on "Excercises", it says it can't load the page.

Re: Please help translate the UniLang website to many languages!

Posted: 2014-02-16, 21:28
by Lauren
Yeah, a lot of features on this site are broken and have been for years.

Re: Please help translate the UniLang website to many languages!

Posted: 2014-02-18, 0:03
by Ashucky
Lowena wrote:Yeah, a lot of features on this site are broken and have been for years.

We are aware certain features on the website are not working as they should, but those who are able to make them operational again are working on it. Some improvements have been done already. However, please keep in mind that there are only two people who can do this and since neither of them get paid for this, priorities need be sorted out and, as I'm sure you can relate, life often tends to get in the way a bit. The site will get fixed. Patience is a virtue.

Re: Please help translate the UniLang website to many languages!

Posted: 2014-07-05, 15:29
by GothicSp
Hello, I have an intermediate knowledge of the Gothic language and I 'm part of a movement to revive the Gothic language in which we want to stick as close as possible to original Gothic.

I have translated a part of this website in Gothic and I just wanted to say that I want to do a lot of contributions for this language to make it possible to use this website in it.

Re: Please help translate the UniLang website to many languages!

Posted: 2014-07-30, 12:52
by DissidentRage
I don't know if you'd need it, but I have a Javascript object which can be used to print messages based on Locale.

Usage:

Code: Select all

// get locale code (i.e. 'en')
var currentLocale = Locale.get();

// set fallback locale
Locale.setDefault('de');

// set a message
Locale.setMessage(
    'welcome',
    {
        de: 'Willkommen!',
        en: 'Welcome!',
        no: 'Velkommen!'
    }
);

// print the hello message with current language
var greeting = Locale.getMessage('welcome');
window.alert(greeting);


The way it retrieves the language to use, in order:
  1. Look for the lang attribute in the html element
  2. Check to see if the user's browser is sending a locale code
  3. Use the default established in Locale.setDefault()

Re: Please help translate the UniLang website to many languages!

Posted: 2016-06-03, 1:49
by whateverls15
Do you need help ? i can help you on Vietnamese and Japanese