mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
#59 localisation fixes
This commit is contained in:
parent
6a87f0cdcd
commit
b1d51d472b
@ -1,6 +1,7 @@
|
|||||||
locale: 'pl'
|
locale: 'pl'
|
||||||
|
|
||||||
template:
|
template:
|
||||||
|
default: 'on'
|
||||||
any:
|
any:
|
||||||
route: 'dowolne'
|
route: 'dowolne'
|
||||||
|
|
||||||
|
21
locale/pl/morphemes.js
Normal file
21
locale/pl/morphemes.js
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
export default [
|
||||||
|
'pronoun_n',
|
||||||
|
'pronoun_g',
|
||||||
|
'pronoun_g_acc',
|
||||||
|
'pronoun_d',
|
||||||
|
'pronoun_a',
|
||||||
|
'pronoun_i',
|
||||||
|
'pronoun_l',
|
||||||
|
'pronoun_all',
|
||||||
|
'adjective_n',
|
||||||
|
'adjective_ll',
|
||||||
|
'adjective_middle',
|
||||||
|
'verb_end_inter',
|
||||||
|
'verb_end_about',
|
||||||
|
'verb_middle_inter',
|
||||||
|
'verb_middle_about',
|
||||||
|
'verb_nasal',
|
||||||
|
'verb_go',
|
||||||
|
'verb_o',
|
||||||
|
'honorific',
|
||||||
|
];
|
@ -198,7 +198,7 @@
|
|||||||
getTemplate: getTemplate,
|
getTemplate: getTemplate,
|
||||||
templateLibrary: templateLibrary,
|
templateLibrary: templateLibrary,
|
||||||
|
|
||||||
selectedTemplate: templates['on'].clone(),
|
selectedTemplate: templates[this.config.template.default].clone(),
|
||||||
selectedMorpheme: '',
|
selectedMorpheme: '',
|
||||||
|
|
||||||
customiseMultiple: false,
|
customiseMultiple: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user