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

i18n #8

Open
emesik opened this issue Feb 6, 2013 · 0 comments
Open

i18n #8

emesik opened this issue Feb 6, 2013 · 0 comments
Milestone

Comments

@emesik
Copy link
Owner

emesik commented Feb 6, 2013

It should be possible to use djiki for multi-language content. Two things have to be taken under consideration:

  • storage: Different language versions can be stored either in the same database (and the same table), appearing under the same site address. On the contrary, they might be spread among separate, independent servers.
  • connection: There must be some way to define interwiki links and resolve them into proper URLs, depending on the storage solution.

The roadmap:

  1. Add language field to the Page model and make (title, language) unique instead of title itself.
  2. Add DJIKI_LANGUAGE setting with fallback to automatically recognize the language used on site, within the current request context.
  3. Add interwiki syntax to the Creole markup and implement a set of basic URL resolvers (perhaps a part of the parser itself).
  4. Think how to handle the images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant