Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Import strings from android-l10n #4110

Merged
merged 1 commit into from
Jul 18, 2019
Merged

Conversation

Pike
Copy link
Contributor

@Pike Pike commented Jul 17, 2019

State: mozilla-l10n/android-l10n@e521a2a

This adds new locales to the config, and the first translations for Swedish.

CC @Delphine

@Pike Pike added the import-l10n Import localizations from android-l10n label Jul 17, 2019
@Pike Pike requested a review from a team as a code owner July 17, 2019 10:45
@Pike Pike self-assigned this Jul 17, 2019
Copy link
Contributor

@jhugman jhugman left a comment

Choose a reason for hiding this comment

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

Most of this: I can't vouch for, since I don't undertstand the natural language.

There are a few nits which should be addressed, but nothing that needs a second review cycle.

@@ -23,7 +23,7 @@
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="private_browsing_explanation">%1$s borra tus búsquedas e historial de navegación cuando cierras una sesión privada
        Aunque no te hace anónimo para los sitios web o proveedor de servicios de Internet,
        Aunque no te hace anónimo para los sitios web o proveedor de servicios de Internet,
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: trailing space.


<!-- Text to tell the user how many more tabs this session has.
The first parameter is a digit that shows the cardinal number of how many additional tabs the session has. -->
<string name="session_items_more">%1$d siti...</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: use ellipsis (…) instead of three periods (...).

<string name="session_item_delete">削除</string>
<!-- Text to tell the user how many more tabs this session has.
The first parameter is a digit that shows the cardinal number of how many additional tabs the session has. -->
<string name="session_items_more">%1$d サイト…</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

… yiss …

사용자가 제어할 수 있게 만들었습니다.

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: trailing spaces.

<!-- Text for the button to delete a single session -->
<string name="session_item_delete">Ta bort</string>


Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: too many blank lines.

@@ -605,7 +611,7 @@


<!-- Sample text for accessibility font size -->
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: can we use two differing pangrams, instead of repeating the same one twice?

The five boxing wizards jump quickly.
Pack my box with five dozen liquor jugs.
How quickly daft jumping zebras vex.

More seriously, I note that the this appears in the zh-rCN strings file, but isn't translated.

@@ -597,7 +602,7 @@


<!-- Sample text for accessibility font size -->
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
Copy link
Contributor

Choose a reason for hiding this comment

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

Again, similar problems: trailing space, and isn't translated.

@boek
Copy link
Contributor

boek commented Jul 18, 2019

Going to land this and follow up with l10n 👍

@boek boek merged commit 709a265 into mozilla-mobile:master Jul 18, 2019
@boek boek added this to the v1.1 milestone Jul 18, 2019
@boek
Copy link
Contributor

boek commented Jul 18, 2019

@Pike @Delphine How would do you want us to review l10n imports?

@Delphine
Copy link
Contributor

Delphine commented Jul 23, 2019

Moving conversation here for the sack of openness. I suggest that we either:

  1. you can file issues for these under our android-l10n repo
    or
  2. you can do it directly in the import string issue (like this one above), but then we'd have to come up with a specific tag for these, that you could add once you're done with the review
    I think 2. is the easiest for you, but I'll let you decide

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
import-l10n Import localizations from android-l10n
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants