Use domain property
This commit is contained in:
parent
423b62a6bc
commit
c9bae68a84
@ -19,7 +19,7 @@ export class PoCompiler implements CompilerInterface {
|
|||||||
'content-transfer-encoding': '8bit'
|
'content-transfer-encoding': '8bit'
|
||||||
},
|
},
|
||||||
translations: {
|
translations: {
|
||||||
'default': Object.keys(collection.values).reduce((translations, key) => {
|
[this.domain]: Object.keys(collection.values).reduce((translations, key) => {
|
||||||
translations[key] = {
|
translations[key] = {
|
||||||
msgid: key,
|
msgid: key,
|
||||||
msgstr: collection.get(key)
|
msgstr: collection.get(key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user