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

Fix quoted strings, maybe #6

Merged
merged 2 commits into from May 22, 2020
Merged

Fix quoted strings, maybe #6

merged 2 commits into from May 22, 2020

Conversation

possan
Copy link
Contributor

@possan possan commented May 20, 2020

@possan
Copy link
Contributor Author

possan commented May 20, 2020

Also seems to fix quoting keys, will try to remove that "fix"

- "fa-AF": Object.freeze({ text: `لطفا یک نمبرموبایل وارد کنید`, rtl: true, languageId: `fa-AF` }),
+ `fa-AF`: Object.freeze({ text: `لطفا یک نمبرموبایل وارد کنید`, rtl: true, languageId: `fa-AF` }),
- "1": Object.freeze({ text: `Juega una primera partida`, rtl: false, languageId: `es` }),
- "2": Object.freeze({ text: `Completa {0} tests más`, rtl: false, languageId: `es` }),
- "3": Object.freeze({ text: `Consigue al menos {1} puntos en {0} tests`, rtl: false, languageId: `es` }),
+ `1`: Object.freeze({ text: `Juega una primera partida`, rtl: false, languageId: `es` }),
+ `2`: Object.freeze({ text: `Completa {0} tests más`, rtl: false, languageId: `es` }),
+ `3`: Object.freeze({ text: `Consigue al menos {1} puntos en {0} tests`, rtl: false, languageId: `es` }),

Copy link
Contributor

@mikabytes mikabytes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Great job, and thanks for adding the missing test.

@mikabytes mikabytes merged commit f166636 into master May 22, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants