Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create localization to translate for other languages. #18

Open
cagartner opened this issue Dec 14, 2016 · 13 comments
Open

Create localization to translate for other languages. #18

cagartner opened this issue Dec 14, 2016 · 13 comments
Assignees
Labels
enhancement Add additional features or functionality. Feature Request hacktoberfest Hecktoberfest High Priority A high impact.
Milestone

Comments

@cagartner
Copy link

I would suggest to use the default localization method of Laravel: https://laravel.com/docs/5.3/localization, but particulary I don't like this method.

I prefer the https://github.com/xinax/laravel-gettext method, because the readability of the views is much better.

What you thinks?

This project is awesome and soon I intend to help with PR's.

Cheers.

@cagartner
Copy link
Author

With the release of the laravel 5.4, they changed the default translate for a better one, there is the possibility of upgrading this project to 5.4?

https://laravel-news.com/json-based-translations

@indpurvesh
Copy link
Member

anyway i am going to upgrade it for sure before i will release 1.0. But thanks @cagartner

@indpurvesh
Copy link
Member

Hello

@cagartner finally i have upgraded to laravel 5.4 and done basic translation as well. Take a look at

modules/base/User/view/lang/en and modules/base/User/view/lang/hi (Hindi)

Thanks

@agsotelo
Copy link
Contributor

agsotelo commented May 6, 2017

Hello
@indpurvesh I'm interested in helping with Spanish translation.

This is a great project, congratulations!

AugustoSL

@indpurvesh
Copy link
Member

@agsotelo thank for your help regarding the translation. I will add more lang soon.

@darron1217
Copy link
Contributor

@indpurvesh
I can help with Korean translation.

But how about applying .po .mo style translation?
If then, we can utilize google translation. Which makes translation super-easy :)
https://translate.google.com/toolkit

All we have to do is just import .po file, convert&edit it, then download it.

For reference, competitor laravel-aimeos already using i18n translation.

@indpurvesh
Copy link
Member

@darron1217 Thanks i keep that idea in my mind. Once i finished some important features then i will implement this one too thanks again.

@mahdi7abash
Copy link

@indpurvesh
I can help you with arabic translation

@nbrabant
Copy link
Contributor

I can help for french translation

@Hungez
Copy link

Hungez commented Oct 30, 2018

May i know where is the directory file path for translation files? Is it inside each of the separate modules? I only saw en folder

@indpurvesh
Copy link
Member

@Hungez
Copy link

Hungez commented Oct 30, 2018

ok, so any translations should be in those directory that you mentioned.

@ghermans ghermans self-assigned this Dec 6, 2018
@ghermans ghermans added enhancement Add additional features or functionality. Feature Request and removed help wanted labels Dec 6, 2018
@ghermans ghermans added this to To Do in AvoRed E commerce via automation Dec 6, 2018
@ghermans ghermans added this to the 2.9.7.1 milestone Dec 6, 2018
@ghermans ghermans moved this from To Do to In Progress in AvoRed E commerce Dec 6, 2018
@ghermans ghermans assigned ghermans and indpurvesh and unassigned ghermans Jan 15, 2019
@ghermans ghermans added the High Priority A high impact. label Jan 17, 2019
@ghermans ghermans modified the milestones: 2.9.7.1, 2.9.9 Jan 19, 2019
@indpurvesh
Copy link
Member

In Frontend localization we need a fall back path for en as default. @ghermans has some issue when we create a new theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Add additional features or functionality. Feature Request hacktoberfest Hecktoberfest High Priority A high impact.
Projects
AvoRed E commerce
  
In Progress
Development

No branches or pull requests

8 participants