-
Notifications
You must be signed in to change notification settings - Fork 7
fix readme and internationalize #12
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
024846d
aae5688
e1be8fd
dba11a4
03f693c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "ep_headings.code" : "Code", | ||
| "ep_headings.h1" : "Titel 1", | ||
| "ep_headings.h2" : "Titel 2", | ||
| "ep_headings.h3" : "Titel 3", | ||
| "ep_headings.h4" : "Titel 4", | ||
| "ep_headings.h5" : "Titel 5", | ||
| "ep_headings.h6" : "Titel 6", | ||
| "ep_headings.normal" : "Normal", | ||
| "ep_headings.style" : "Stil", | ||
| "ep_oae.download": "Download", | ||
| "ep_oae.togglecolors": "Schaltet die Urheber Farben" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @stuartf did you have a way in mind to sync this with crowdin? It would be preferential if the i18n keys could be part of the same project as 3akai-ux. I believe this could be done by adding a fourth location in 3akai-ux/tools/crowdin/crowdin.template that points to ep_oae's locales/en.json file.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like those paths are relative to 3akai-ux though, and this source doesn't end up in there. |
||
| "ep_headings.code": "Code", | ||
| "ep_headings.normal": "Normal", | ||
| "ep_headings.style": "Style", | ||
| "ep_headings.h1": "Title 1", | ||
| "ep_headings.h2": "Title 2", | ||
| "ep_headings.h3": "Title 3", | ||
| "ep_headings.h4": "Title 4", | ||
| "ep_headings.h5": "Title 5", | ||
| "ep_headings.h6": "Title 6", | ||
| "ep_oae.download": "Download", | ||
| "ep_oae.togglecolors": "Toggle authorship colors" | ||
| } | ||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this no longer recommended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's now recommended to have a SESSIONKEY.txt file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I had it in the settings.json I got this deprecation warning: