Proper quotation marks in all languages instead of default US ones (#297)
* proper quotation marks in all languages instead of default US ones * auto-space after French and German quotation marks
This commit is contained in:
parent
98df955ed3
commit
dc0468ffeb
23 changed files with 75 additions and 47 deletions
|
|
@ -3,8 +3,8 @@ locale: pt-BR
|
|||
dictionaryFile: pt-BR-utf8.csv
|
||||
name: Português brasileiro
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, ç, á, â, ã, à] # 2
|
||||
- [d, e, f, é, ê, è] # 3
|
||||
- [g, h, i, í] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: bg-BG
|
||||
dictionaryFile: bg-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_DE] # 1
|
||||
- [а, б, в, г] # 2
|
||||
- [д, е, ж, з] # 3
|
||||
- [и, й, к, л, ѝ] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: da-DK
|
||||
dictionaryFile: da-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [a, b, c, æ, å] # 2
|
||||
- [d, e, f, é] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: nl-NL
|
||||
dictionaryFile: nl-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, à, ä, ç] # 2
|
||||
- [d, e, f, é, è, ê, ë] # 3
|
||||
- [g, h, i, î, ï] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: en
|
||||
dictionaryFile: en-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c] # 2
|
||||
- [d, e, f] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: fi-FI
|
||||
dictionaryFile: fi-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, ä, å] # 2
|
||||
- [d, e, f] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: fr
|
||||
dictionaryFile: fr-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [a, b, c, à, â, æ, ç] # 2
|
||||
- [d, e, f, é, è, ê, ë] # 3
|
||||
- [g, h, i, î, ï] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: de
|
||||
dictionaryFile: de-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_DE] # 1
|
||||
- [a, b, c, ä] # 2
|
||||
- [d, e, f] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: el-GR
|
||||
dictionaryFile: gr-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [α, β, γ, ά] # 2
|
||||
- [δ, ε, ζ, έ] # 3
|
||||
- [η, θ, ι, ή, ί, ϊ, ΐ] # 4
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ dictionaryFile: he-utf8.csv
|
|||
abcString: אבג
|
||||
hasUpperCase: no
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [ד, ה, ו] # 2
|
||||
- [א, ב, ג] # 3
|
||||
- [מ, ם, נ, ן] # 4
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ locale: in-ID
|
|||
dictionaryFile: id-utf8.csv
|
||||
name: Bahasa Indonesia
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c] # 2
|
||||
- [d, e, f] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: it
|
||||
dictionaryFile: it-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, à] # 2
|
||||
- [d, e, f, é, è] # 3
|
||||
- [g, h, i, ì, í, î] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: nb-NO
|
||||
dictionaryFile: nb-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [a, b, c, æ, å] # 2
|
||||
- [d, e, f, é, è] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: pl-PL
|
||||
dictionaryFile: pl-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_DE] # 1
|
||||
- [a, b, c, ą, ć] # 2
|
||||
- [d, e, f, ę] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: ru-RU
|
||||
dictionaryFile: ru-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [а, б, в, г] # 2
|
||||
- [д, е, ё, ж, з] # 3
|
||||
- [и, й, к, л] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: es-ES
|
||||
dictionaryFile: es-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT, ¡, ¿] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR, ¡, ¿] # 1
|
||||
- [a, b, c, á] # 2
|
||||
- [d, e, f, é] # 3
|
||||
- [g, h, i, í] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: sv-SE
|
||||
dictionaryFile: sv-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [a, b, c, å, ä] # 2
|
||||
- [d, e, f, é] # 3
|
||||
- [g, h, i] # 4
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
locale: uk-UA
|
||||
dictionaryFile: uk-utf8.csv
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION_FR] # 1
|
||||
- [а, б, в, г, ґ] # 2
|
||||
- [д, е, є, ж, з] # 3
|
||||
- [и, і, ї, й, к, л] # 4
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ dictionaryFile: ji-utf8.csv
|
|||
abcString: אבג
|
||||
hasUpperCase: no
|
||||
layout:
|
||||
- [DEFAULT] # 0
|
||||
- [DEFAULT] # 1
|
||||
- [SPECIAL] # 0
|
||||
- [PUNCTUATION] # 1
|
||||
- [ד, ה, ו] # 2
|
||||
- [א, ב, ג] # 3
|
||||
- [מ, ם, נ, ן] # 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue