We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was originally reported at: rmariuzzo/Laravel-JS-Localization#115 by @ERPedersen.
The following test will not work:
it('should return the expected message if the key has a dot', function() { expect(lang.get('messages.dot.in.key')).toBe('Dot In Key'); })
By default, Lang.js interpret . as separators. Therefore, we would to detect if a key exist with the dot.
.
git clone https://github.com/rmariuzzo/Lang.js
git checkout develop
npm run test
The text was updated successfully, but these errors were encountered:
Fixes rmariuzzo#54 - Adds support for dot in localized keys, first le…
3474e15
…vel only.
Added support for keys with dots
64e03a1
Fixes #54.
No branches or pull requests
This issue was originally reported at: rmariuzzo/Laravel-JS-Localization#115 by @ERPedersen.
The following test will not work:
By default, Lang.js interpret
.
as separators. Therefore, we would to detect if a key exist with the dot.Steps to reproduce
git clone https://github.com/rmariuzzo/Lang.js
git checkout develop
npm run test
Tasks
The text was updated successfully, but these errors were encountered: