Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to arb files is changing the apps arbs, and a separate subprojects arbs #389

Open
sgehrman opened this issue Feb 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sgehrman
Copy link

sgehrman commented Feb 1, 2024

It should only add to arbs on the first location that it finds, not all locations found.

I have a folder called "extension" at the root level of my app.

I decided to give it it's own l10n.yaml and arb/l10n folders since it's only like 20 strings.

But adding to arb files in main app, also modifies the arbs in the 'extension' folder.

Your extension must be scanning for all arb files. I thought I could temporarily rename 'extension/l10n.yaml' to some nonsense hoping it would not modify those arb files, but it modifies them anyway.

@lsaudon lsaudon added the bug Something isn't working label Feb 2, 2024
@lsaudon
Copy link
Owner

lsaudon commented Feb 2, 2024

Hi @sgehrman,

The extension supports multi-project.
Perhaps the location you're trying to extract doesn't have a parent with l10n?

To reproduce the bug, I'd need the structure of your project (folders are enough)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants