Hi RAk,
We have started to translate to Turkish. But when i try to import we have faced with problems.
I have exported the tgz file named ubercart-tr-translations.tgz and extracted to local file system. When i try to import the ..\ubercart\uc_product\po\uc-product-module.tr.po i get the following error.
The translation file uc-product-module.tr.po contains an error: "msgstr" was expected but not found on line 489.
po.file-----------------------------------
#: uc_product/uc_product.module:2161
msgid ""
"There is @count node of this type. It will be converted to the Product node type. "
msgid_plural ""
"There are @count nodes of this type. They will be converted to the Product node type"
#: uc_product/uc_product.module:202 <---- This is the line number 489
msgid "administer products"
msgstr ""
#: uc_product/uc_product.module:202
msgid "administer product classes"
msgstr ""
#: uc_product/uc_product.module:202
msgid "administer product features"
msgstr ""
po.file-----------------------------------
I try to add msgstr line like msgstr "" to line 489 but at that time i get the following error.
The translation file uc-product-module.tr.po contains an error: "msgstr" is unexpected on line 488.
So do you have any idea ?
And on the other hand. On exporting the traslation i got just compressed one file. But has lot of directory within. And many module based .po files. So importing all .po files ise very boring process. Is there any other shorter way to import the hole file at once ?
