We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcaa79 commit a8f6600Copy full SHA for a8f6600
src/index.js
@@ -42,7 +42,7 @@ export default function () {
42
// temporarily store messages
43
definitions.get('properties').forEach((definition) => {
44
const messages = state.file.get('translations');
45
- const id = `${getValue(scope.get('value'))}.${getKey(definition.get('key'))}`;
+ const id = `${getValue(scope)}.${getKey(definition.get('key'))}`;
46
const defaultMessage = getValue(definition.get('value'));
47
48
messages.set(id, {
0 commit comments