Jump to content

Hard coded lang string?


Owdy

Recommended Posts

Thats weird, why not in lang files...

​This value saved as lang string

http://community.invisionpower.com/4docs/advanced-usage/development/translatable-text-fields-r80/


SELECT * FROM `core_sys_lang_words` WHERE word_key='core_pfieldgroups_1';

Look at word_export value (0)

When you in ACP - Customization - Languages - Translate you can see langs which have word_export=1

\applications\core\modules\admin\languages\languages.php

		$where = array(
			array( 'lang_id=? AND word_export=1', \IPS\Request::i()->id ),
		);

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...