mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Add plural and contextual translation support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user