Shopping Cart Operations > Extension Support

Solved --- Translation problem

<< < (2/2)

bppe:
I plan to make an updated extension with that when I'll be done, but I don't know sql yet, so it might take some time.... ;)

And as for the dynamic parts, it explains a lot, thanks!

OneMore:
Hello,

My shop is using the default French machine translation imported from GitHub.

Although most translations are understandable, there are some weird things, so that I want to make the translations myself.

Instead of editing the translations in "System->Localizations->Language Definitions", I prefer editing them in the XML files, making them reusable.

But then, how would I reimport the improved translations for backend and frontend without deleting the translations of products, categories (a.s.o.), and keeping the same language ID.
I there a way to update translations from the XML files instead of inserting new records?

Basara:
Hello.

To load definitions from the XML again try to go to the System->Localizations->Language Definitions and remove all. This should trigger reimport from XML files.

OneMore:
Thank you, Basara.
Since there are quite of lot of pages in "System->Localizations->Languages", for those having phpMyAdmin and knowledge of SQL, I assume it would be easier to issue a query like:

--- Code: ---SELECT * FROM `abc_language_definitions` WHERE language_id=5
--- End code ---
Not sure however that it would trigger the reimport from XML files.
I will backup the table and then test.

Basara:
Hello.
If you change database make sure to clean AbanteCart Cache

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod