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 Arabic compilation error #203

Merged
merged 1 commit into from
Jul 2, 2022
Merged

Fix Arabic compilation error #203

merged 1 commit into from
Jul 2, 2022

Conversation

s01ipsist
Copy link

Trying to run this as is with Ruby 2.3 gives this error:

root@79a926ee95f2:/usr/src/app# bundle exec thin -e dev -R config.ru -p 7143 start
onetime[7]: (<unknown>): did not find expected key while parsing a block mapping at line 108 column 5
Error loading locale: /usr/src/app/etc/locale/ar ((<unknown>): did not find expected key while parsing a block mapping at line 108 column 5)
onetime[7]: Error loading locale: /usr/src/app/etc/locale/ar ((<unknown>): did not find expected key while parsing a block mapping at line 108 column 5)

I don't know a character of Arabic(!) but I can see the extra quote characters, so I've replaced with single quotes, which fixes the runtime error.

@onetimesecret onetimesecret merged commit 9a34085 into onetimesecret:main Jul 2, 2022
@onetimesecret
Copy link
Owner

Hey, thanks for this 🙏

@delano delano self-assigned this Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants