Hi, most of my installed programs, in addition, have all German translations deleted by itself.
I had before still emptied the cache in admin panel and everything was still in order.
2 hours later I log into my side, and all the German translations were gone.
I am appalled. 15 hours working just gone and I do not know why.
Can one help me there?
best regards tom
|
what it could be is: database translation table doesn't have all the keys as you have in the lang file.
Language file parsing mod is maybe a solution for you. read the readme file first.
and backup your system first b4 you make any changes.
i think that your keys are still there in the lang file.
|
Hello,
I have no idea of databases and programming. I do not know what you mean ...
Greetings
|
did you change the language file example en.php? or did you use the add language key in admin > language settings what you can do is to check your file. select the languange you edit and click export then when you saved it your computer check if the keys are there by opening it in notepad or a program like dreamweaver to read the php file. Other thing you can do is select(check) language file and click compile. clear cache again and clear browser cache too... refresh page couple of times... see if that will make a difference
SEARCH THE FORUM ON THIS TOPIC MAYBE YOU FIND MORE SOLUTIONS
|
did you add a new language key through the admin section after loading your german file?
I believe that the keys from your German language file are not actually imported into the database individually. And because of the caching and stuff, the language file in your language directory is created based on what is in the database.
caredesign.net |
I had made the translations in admin> language settings.
For me it is no problem to write it all again.
But how can such a thing happen?
Not when I write anything new and it happened again.
|
Ja ich habe die Sprachschlüssel nach der Installation der Deutschen Sprache übersetzt. Dann heute die Cache geleert und weg war alles. |
Like ProfessorSr said... are you using a german file or did added the keys in standard en file?
English (default) or German |
do not know if I understand everything correctly. The problem is Google Translate.
First, the German language has been installed and all standard modules and forum are now available in German.
The programs and modules that I had shopped here in the market, I have all translated in admin> language settings. And that everything is deleted.
German as default language is set here.
I hope I have understood you correctly?
|
You an check your database table sys_localization_languages and see if your german language is there. If so, note the id number of your german language.
Then go to your sys_localization_strings, and do a search for all where IDLanguage is equal to the id of your german language from the sys_localization_language table.
caredesign.net |