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

duplicate i18n key breaks i18n in packaged build only #5620

Open
2 tasks done
mifi opened this issue Jan 23, 2025 · 0 comments
Open
2 tasks done

duplicate i18n key breaks i18n in packaged build only #5620

mifi opened this issue Jan 23, 2025 · 0 comments
Labels

Comments

@mifi
Copy link
Contributor

mifi commented Jan 23, 2025

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

create a new Uppy plugin and use the same i18n key as an existing plugin. e.g. @uppy/google-drive-picker using pluginNameGoogleDrive in the UI

i've worked around it with aa02fe2 but it should be fixed in the build scripts so that we don't have to waste more time on this

Expected behavior

The value of key pluginNameGoogleDrive should be presented

Actual behavior

the literal string pluginNameGoogleDrive gets presented. note that I'm not 100% sure that this is the cause of the issue, but we will see after #5619 is merged

@mifi mifi added the Bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant