mam 1.11.227 → 1.11.229

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -4287,7 +4287,7 @@ var $;
4287
4287
  if (input.type[0] === '@') {
4288
4288
  const chain = context.chain?.join('_');
4289
4289
  const path = `${klass.type}_${name}${chain.length ? `_${chain}` : ''}`;
4290
- locales[path] = input.kids[0].value;
4290
+ locales[path] = input.kids[0].text();
4291
4291
  }
4292
4292
  if (input.type[0] === '*') {
4293
4293
  for (const field of input.kids) {