mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
#59 localisation fixes
This commit is contained in:
parent
6a87f0cdcd
commit
b1d51d472b
@ -1,6 +1,7 @@
|
||||
locale: 'pl'
|
||||
|
||||
template:
|
||||
default: 'on'
|
||||
any:
|
||||
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,
|
||||
templateLibrary: templateLibrary,
|
||||
|
||||
selectedTemplate: templates['on'].clone(),
|
||||
selectedTemplate: templates[this.config.template.default].clone(),
|
||||
selectedMorpheme: '',
|
||||
|
||||
customiseMultiple: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user