Translation Strings
Posted: Sat Dec 12, 2020 4:09 pm
Have located 171 translatable strings from
Are there any other tables or in the php / js code where there are translatable strings?
The string nuTranslate( is present in some js and php files where translation is imputed.
There is a typo in the nusqlbuilder4.sql - missing semicolon:
Replace  < with <
My Commit
Code: Select all
SELECT TRIM(
REPLACE(
REPLACE(
REPLACE(sob_all_label, "<br> <span class='nuActionButton'>", "")
, "<br> <span class='nuActionButton'>", "")
, "</span>", "")
) AS Labels
FROM `zzzzsys_object`
GROUP BY Labels
HAVING Labels NOT IN ('_________________________', '', '?');
The string nuTranslate( is present in some js and php files where translation is imputed.
There is a typo in the nusqlbuilder4.sql - missing semicolon:
Replace  < with <
My Commit