#59 localisation fixes
This commit is contained in:
parent
6edb13406b
commit
de8e216dd2
|
@ -1,6 +1,7 @@
|
|||
locale: 'pl'
|
||||
|
||||
template:
|
||||
default: 'on'
|
||||
any:
|
||||
route: 'dowolne'
|
||||
|
||||
|
|
|
@ -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,
|
||||
templateLibrary: templateLibrary,
|
||||
|
||||
selectedTemplate: templates['on'].clone(),
|
||||
selectedTemplate: templates[this.config.template.default].clone(),
|
||||
selectedMorpheme: '',
|
||||
|
||||
customiseMultiple: false,
|
||||
|
|
Reference in New Issue