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

Deletes all keys of maintained file #171

Open
emkayy opened this issue Jan 6, 2022 · 1 comment
Open

Deletes all keys of maintained file #171

emkayy opened this issue Jan 6, 2022 · 1 comment

Comments

@emkayy
Copy link

emkayy commented Jan 6, 2022

Hi there,

this is my setup:

manageTranslations({
  messagesDirectory: 'i18n/lang/',
  translationsDirectory: 'i18n/compiled-lang/',
  whitelistsDirectory: 'i18n/whitelist/',
  languages: ['en']
});

If I run it, it will just delete all the key in the maintained en.json file.
Even if all the translations are the same as in the default language, it won't give me an untranslated warning.

Can anyone help?

@emkayy emkayy changed the title Deletes all key of maintainded file Jan 7, 2022
@tgamauf
Copy link

tgamauf commented Mar 18, 2022

Same here, always creates an empty json file for the translated messages and says everything is alright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants