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

Internationalisation URL FE&BE changes #36

Open
hvitis opened this issue May 1, 2020 · 0 comments
Open

Internationalisation URL FE&BE changes #36

hvitis opened this issue May 1, 2020 · 0 comments
Labels

Comments

@hvitis
Copy link
Member

hvitis commented May 1, 2020

The main problems to solve are:

How to change languages on FrontEnd?
Should we load all the content coming from backend (post in all languages) ? Probably not since this is not maintainable when having more languages. Probably better solution is to adjust API backend for language-specific queryies.

How to solve the issue with SLUGs on backend? Currently the slug is saved in other languages in the same way. This could affect SEO and UX since Polish Users won't understand slugs in English or Spanish etc.

  • Translating slugs on saving using some Python libraries on backend?
  • Using UUID for each post and querying a post details not based on slugified URL?

How to change the language ? Send API requests for current page for a new language content on each language change?

How to maintain Language preferences in the App?

@hvitis hvitis added the help wanted Extra attention is needed label May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant