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

Make l10n paths more common, add l10n.toml config for checks #882

Merged
merged 2 commits into from Dec 14, 2018

Conversation

Pike
Copy link
Contributor

@Pike Pike commented Dec 6, 2018

I'm not actually adding validators and l10n checks here, as I'm hoping for more consistent automation among the Android projects.

CC @Delphine for the string changes here, and generally "and now you know".

This patch is laying the foundation to include fxr into the l10n repo toolchain.

@@ -47,7 +47,7 @@
<!-- This string will be displayed in a dialog box presented to the user when the application
needs to request permission to access the device's external storage such as the
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
<string name="permission_persistent_storage">%S가 영구 저장 장치에 데이터를 저장하도록 허용하겠습니까?</string>
<string name="permission_persistent_storage">%s가 영구 저장 장치에 데이터를 저장하도록 허용하겠습니까?</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

this a typo? should be %1$s, eh?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed that. Both are OK, but it's better to be explicit and also consistent with the rest of the file.

@Pike
Copy link
Contributor Author

Pike commented Dec 11, 2018

@cvan, can you take another look?

@cvan cvan added this to the v1.2 milestone Dec 11, 2018
@keianhzo keianhzo merged commit 95098ff into MozillaReality:master Dec 14, 2018
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

3 participants