brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] [L10N][French]: The error message is not localized on iOS device when live preview the html file. #3756

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by dil77307 Thursday May 30, 2013 at 07:06 GMT Originally opened as https://github.com/adobe/brackets/issues/4034


Problem: The title in the error message is not localized on device when live preview the html file.

Method:

  1. Launch the Brackets and Edge Inspect on French System.
  2. Install the Inspect extension in Brackets
  3. Install the Inspect extension in Chrome
  4. Connect to a device
  5. Ensure the inspect connect state is On in both Brackets and Chrome
  6. Click the live preview icon in Brackets to preview a html file
  7. Make sure to focus on the chrome

Result: The title “An error occurred” is not localized.

Expect: The string “An error occurred” should be localized.

Note: This issue is not reproduced on Android device

Build info: 0.26.0-7736

Screenshot: unlocalized

core-ai-bot commented 3 years ago

Comment by ybayer Wednesday Jun 05, 2013 at 00:00 GMT


I don't think the string is part of Edge Inspect extension.

core-ai-bot commented 3 years ago

Comment by julieyuan Wednesday Jun 05, 2013 at 07:06 GMT


Thanks for your information. I Invested this issue a little more today. In the Chrome browser, click the Inspect extension icon to bring its dropdown list, then click Remote Inspection to remote the Ipad. Use weinre to view the error page source. Here are the snapshots: screen shot 2013-06-04 at 11 49 14 pm screen shot 2013-06-04 at 11 51 42 pm

I am not sure where these two strings come from. But it looks strange to me that the first string "An error occurred" is not localized while the other string "Web page not available" is localized. Still waiting bug #3978 to be fixed. Maybe then this issue can be igonored.