Add plural and contextual translation support

This commit is contained in:
gconsidine
2017-08-09 13:14:37 -04:00
parent 78a656bdd9
commit b990d84e3b
6 changed files with 101 additions and 60 deletions

View File

@@ -10,7 +10,10 @@ let source = [
module.exports = {
all: {
options: {
markerNames: ['_', 'N_', 't']
markerNames: ['_', 'N_'],
moduleName: 't',
moduleMethodString: 's',
moduleMethodPlural: 'p'
},
files: {
'po/ansible-tower-ui.pot': source