Use domain property
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user