Search found 56 matches

by godadada@yahoo.com
11 Sep 2021, 09:16
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

Re: localization issues

Thanks. I will remember that. I have a working version now, do not want change unless it is broken again.

Regards,
by godadada@yahoo.com
11 Sep 2021, 06:36
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

Re: localization issues

I think I found a solution, change admin extension to make it consistent with others, e.g. client. Here is the file diff and file path info. dude@galaxy:~/small/ext/small-ext/admin/jqadm/templates/common$ diff page-standard.php ~/small/vendor/aimeos/ai-admin-jqadm/admin/jqadm/templates/common/page-s...
by godadada@yahoo.com
10 Sep 2021, 11:58
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

Re: localization issues

Thanks for the response. I checked 21.07 version of aimeos/aimeos, it uses airoute calls instead of route under resources/view. the best I can do to find the airoute definition is here https://scrutinizer-ci.com/g/aimeos/aimeos-laravel/inspections/5c2e822e-f4d6-4312-8732-aa347b23ce12/code-structure/...
by godadada@yahoo.com
07 Sep 2021, 23:04
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

Re: localization issues

Greetings, I made progress, but have a new issue. Recall that the issue I had was localization for admin works, but nothing else. I changed all 'route' function calls under resources/view to 'airoute', e.g. route('aimeos_shop_admin') to airoute(aimeos_shop_admin'). Now I have opposite issue, localiz...
by godadada@yahoo.com
06 Sep 2021, 11:58
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

Re: localization issues

Thanks for the hints.
I think I may have missed something in regard to your second hint. I will check on both.

Regards
by godadada@yahoo.com
03 Sep 2021, 01:13
Forum: Laravel package
Topic: localization issues
Replies: 8
Views: 1960

localization issues

Greetings, I am testing aimeos 21.07 on Ubuntu 20.*, trying to make localization work. The *.po files under admin extension works, but not other location. Please help pointing out potential issues, or examples I may refer if you can. Yes I used commands: composer dump-autoload msgfmt --statistics -c...