adding new translations:currency translation

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

adding new translations:currency translation

Post by khizar » 09 Mar 2021, 11:40

Hi aimeos,
i am using laravel 8 and i have integrated aimeos with it.
laravel version: laravel 8
aimeos version: "~2020.10"

My task is to add the missing transaltions(Arabic).so to achieve this task i have followed the aimeos documentation and in documentation there are some options given to achieve this task.

"To translate Aimeos to a new language or add missing translations for an existing language, please use the Transifex website instead. Theses translations will be added automatically to Aimeos in the next release."

so if followed this step and added translations at transfix website then i had to wait until the next release as described above and i don't have that much time so what i have done that
1) i went to transfix website and downloaded all files from transfix website
Image
2) after that i have added the missing translations in all the files
3) after that i followed the replace translations aproach .I mean i added all the files to their respective directories in my custom extension.
e.g i copied the file for_translation_aimeos-core_admin_ar.po to the directory ext\moudhah\admin\i18n
as ar.po file and when i refreshed the site it worked perfectly because there is a file names ar.po in the directory \ext\ai-admin-jqadm\admin\i18n so it replaced it and the missing translations added .

Code: Select all

Now the problem is 
there are some files
Image which i want to add in my custom extension but i don't know where to add these files in my own extension
i added these files in aimeos core in directories
vendor\aimeos\aimeos-core\i18n\country\ar.po
vendor\aimeos\aimeos-core\i18n\currency\ar.po
vendor\aimeos\aimeos-core\i18n\language\ar.po

it also worked but i want to add those files in my custom extension please tell me where i add those files
Note: when i add these files in my directories then i run msgfmt --statistics -c -o ar ar.po command which generates the ar file.

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: adding new translations:currency translation

Post by aimeos » 10 Mar 2021, 11:11

If you upload your files to Transifex, we will create a new release immediately
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: adding new translations:currency translation

Post by khizar » 10 Mar 2021, 11:21

aimeos wrote: 10 Mar 2021, 11:11 If you upload your files to Transifex, we will create a new release immediately
i have uploaded the files now.

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: adding new translations:currency translation

Post by aimeos » 10 Mar 2021, 11:28

Thanks. Can you please upload all other translation files too?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: adding new translations:currency translation

Post by khizar » 10 Mar 2021, 11:33

aimeos wrote: 10 Mar 2021, 11:28 Thanks. Can you please upload all other translation files too?
yes i will do it

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: adding new translations:currency translation

Post by aimeos » 07 Apr 2021, 06:14

Did you translate the rest of the files to Arabic language?
If you upload them to Transifex, they will be part of the next release tomorrow.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: adding new translations:currency translation

Post by khizar » 07 Apr 2021, 09:47

aimeos wrote: 07 Apr 2021, 06:14 Did you translate the rest of the files to Arabic language?
If you upload them to Transifex, they will be part of the next release tomorrow.
I have uploaded the files.i have a query which i have posted can you please have a look at that.
post14385.html#p14385

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: adding new translations:currency translation

Post by aimeos » 07 Apr 2021, 10:00

We don't see any newly added translations here besides the country/currency/language files we've got from you:
https://www.transifex.com/aimeos/aimeos ... nguage/ar/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: adding new translations:currency translation

Post by khizar » 07 Apr 2021, 10:12

aimeos wrote: 07 Apr 2021, 10:00 We don't see any newly added translations here besides the country/currency/language files we've got from you:
https://www.transifex.com/aimeos/aimeos ... nguage/ar/
Sorry, I don't have more translations i uploaded the files which i had.
can you please have a look at problem which i have posted link above

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: adding new translations:currency translation

Post by aimeos » 12 Apr 2021, 17:44

Create a free account at transifex, look for the language you've translated the files, click on th resource (admin, admin-ext, etc.) and choose "upload file".

After login, you can find the Arabic resources here:
https://www.transifex.com/aimeos/aimeos ... nguage/ar/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply