Hi,
How do you import the characteristics ?
Via PHPMyAdmin's import tool on the hikashop_characteristic table ?
And how do you manage the translations on your website ? With Falang ? Or with the built-in system in HikaShop ?
If you're using HikaShop's built-in translation system, then the translations are stored in the file languages/overrides/en-GB.override.ini
And the key of the translations is based on the name of the characteristic.
So if you have for example the name "My characteristic", you can add the translation override:
MY_CHARACTERISTIC="Some other text" in the override translation file.
So that way, you can import the translations of your characteristics in the override file for each language.
With Falang, it's more troublesome as you would need to import the data in the falang_content table, with the id of the elements...