Loading...
 
Skip to main content

Architecture / Installation


Language problem

posts: 5

I want to run Tiki in Ukrainian language. I've added Ukrainian language and chosed it in preferences. But one half of the site is in Ukrainian, another is in Russian (I translated language file from russian).

I read that it's worth ro run get_strings.php
But it says


Languages: langmapping.php br cn cs da de en en-uk es fr he it ja nl no pl ru sk sr sv tw ua
File: ./db/local.php
File: ./db/tiki-db.php
File: ./db/convertscripts/mysql3tomysql4.php
File: ./db/convertscripts/mysql3tooci8.php
File: ./db/convertscripts/mysql3topgsql72.php
File: ./db/convertscripts/mysql3tosqlite.php
File: ./db/convertscripts/mysql3tosybase.php

....

File: ./tiki-wiki_rss.php
File: ./tiki-xmlrpc_services.php
File: ./topic_image.php
File: ./xmlrpc.php
File (hardwired): ./lang/langmapping.php

Fatal error: Failed opening required 'lang/langmapping.php/language.php' (include_path='lib/pear:lib/adodb:lib/pear:lib:.:/usr/lib/php/:/usr/lib/php/pear/:/usr/local/ampoliros/etc/') in /var/www/mysite.com/html/tiki/get_strings.php on line 217

What is the trouble?

posts: 2881 United Kingdom

Sounds like you havent passed lang= parameter and the iso Ukrainian country code.

Damian

posts: 5

> Damian:
> Sounds like you havent passed lang= parameter and the iso Ukrainian country code.
>
> Damian
>

Don't understand 😑

Look.
I have row

'ua' => array( '???????????', tra("Ukrainian") ),

in lang\langmapping.php

I have
lang\ua\language.php

Where and what have I to pass?

posts: 5
SUBJ!!!

posts: 5

> Damian:
> Sounds like you havent passed lang= parameter and the iso Ukrainian country code.
>
> Damian
>

Don't understand 😑

Look.
I have row

'ua' => array( '???????????', tra("Ukrainian") ),

in lang\langmapping.php

I have
lang\ua\language.php

Where and what have I to pass?

posts: 5
SUBJ!!!