-
-
Notifications
You must be signed in to change notification settings - Fork 72
add latin #1053
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?
add latin #1053
Changes from all commits
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,15 @@ | ||||||
| locale: la | ||||||
|
Owner
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. TT9 does not support 2-letter locales, except for English.
Suggested change
|
||||||
| dictionaryFile: la-utf8.txt | ||||||
| name: Lingua Latina | ||||||
|
Owner
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. Java should be able to generate a proper name. Let's specify it manually only if it is unclear, or if it fails.
Suggested change
|
||||||
| iconABC: ic_lang_latin | ||||||
|
Owner
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.
|
||||||
| layout: | ||||||
| - [SPECIAL] # 0 | ||||||
| - [PUNCTUATION] # 1 | ||||||
| - [a, ā, b, c] # 2 | ||||||
| - [d, e, ē, f] # 3 | ||||||
| - [g, h, i, ī] # 4 | ||||||
| - [j, k, l] # 5 | ||||||
| - [m, n, o, ō] # 6 | ||||||
| - [p, q, r, s] # 7 | ||||||
| - [t, u, ū, v] # 8 | ||||||
| - [w, x, y, ȳ, z] # 9 | ||||||
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.
Please don't do this. The full version is intended to come with all languages. It does not have the Internet permission and it can not download anything.