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: app_ar.arb escape character #779

Conversation

kushalmahapatro
Copy link

@kushalmahapatro kushalmahapatro commented Oct 4, 2023

flutter pub get was failing because of the following unexpected character in the the arb file.
image

image

Solution:

  1. Escape double quotes - "by_clicking_accept_terms": "بالنقر على "قبو"، فإنك توافق على الشروط التالية:",
  2. Replace double quotes with single quotes - "by_clicking_accept_terms": "بالنقر على 'قبول'، فإنك توافق على الشروط التالية:",

This fix has the solution 1.

@KRTirtho
Copy link
Owner

KRTirtho commented Oct 7, 2023

It's already fixed in the dev branch
But thanks anyway for the contribution

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.

2 participants