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

Can't use dot (.) in string, gets cut off #69

Open
khromov opened this issue Nov 17, 2020 · 1 comment
Open

Can't use dot (.) in string, gets cut off #69

khromov opened this issue Nov 17, 2020 · 1 comment

Comments

@khromov
Copy link

khromov commented Nov 17, 2020

Repro:

import { t, setLocale } from 'react-i18nify';

setTranslations({
  sv: {
    'Hello. There': 'Hallå. Där',
  },
});
setLocale('sv');

t('Hello. There'), // Prints "There" 🤷‍♂️

Using "react-i18nify": "3.1.7",

@khromov
Copy link
Author

khromov commented Nov 17, 2020

I bumped the version to 3.2.5, but it didn't resolve the issue.

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

No branches or pull requests

1 participant