Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Megaboss Posted May 15, 2016 Posted May 15, 2016 I've been busy fixing a lot of translations in the forum directly from AdminCP and the word "Yesterday" from system is impossible to translate for unknown reason. I must've tried at least 20 times before I figured out something was wrong. Other words in same category like "Today" from system worked fine to translate but the only one to behave like this is "yesterday". I ran the following SQL query to check the database and 'word custom' was null. SELECT * FROM `core_sys_lang_words` WHERE `word_default` LIKE 'Yesterday'; I manually updated the database and now the translation is correct in the forum, but this must be a bug somewhere so I'm posting it here. Perhaps it's possible to translate the word "Yesterday" with an xml file, but in AdminCP it's impossible, and there is no error message or similar. Is this a local issue I'm having or is it a proper bug? I'm running the latest version of IPB btw.
Daniel F Posted May 16, 2016 Posted May 16, 2016 What was the result of the query? Was only 1 or were more rows returned?
Megaboss Posted May 16, 2016 Author Posted May 16, 2016 The query returned the correct "word", I merely put it in the post as to reference the table name e.g. I updated the field "word_default" to the correct translation in the DB and verified in AdminCP that the translation now was populated. The problem was/is that the word/key "Yesterday" in app System isn't possible to update in AdminCP. You are able to enter a translation and you get the correct "saved" response, but the translation was never updated in the DB. Other words in app system could be translated as they should but not "Yesterday", hence why I wonder if this was a local problem or a bug? I can provide more details later as I'm not in the office at the moment.
pequeno Posted July 6, 2016 Posted July 6, 2016 Same problem. I solved it change the word in DB. Thanks Megaboss.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.