berlinux2016 / MIUI9

MIUI germany project
https://xiaomi.eu/community/forums/german-translation.8/
6 stars 9 forks source link

Crash at Galerie/Personen #201

Closed Hofm4n closed 6 years ago

Hofm4n commented 6 years ago

Hallo Jungs! Crash in Galerie/Personen, tritt nur bei der Deutschen Sprache auf!

Screenshot/Description:

Hofm4n commented 6 years ago

2018-03-31 22 53 35 2018-03-31 22 53 22

Henry2o1o commented 6 years ago

Bitte Mal ein Screenshot von kurz davor.

Hofm4n commented 6 years ago

in der Galerie dann oben Alben dann auf Menschen! 2018-04-01 09 46 13

ingbrzy commented 6 years ago

Again caused by translated values https://github.com/berlinux2016/MIUI9-ger/blob/master/German/main/MiuiGallery.apk/res/values-de/arrays.xml#L42-L50

Henry2o1o commented 6 years ago
   <string-array name="relation_with_me_value">
        <item>myself</item>
        <item>child</item>
        <item>family</item>
        <item>collegue</item>
        <item>classmate</item>
        <item>friend</item>
        <item>unknown</item>
    </string-array>

and/und

  <string-array name="relation_with_me_value">
    <item>Ich</item>
    <item>Kind</item>
    <item>Familie</item>
    <item>Kollege</item>
    <item>Schulkollege</item>
    <item>Freund</item>
    <item>Unbekannt</item>
  </string-array>
Henry2o1o commented 6 years ago

@ingbrzy array "relation_with_me_value" not translate?

Are these the directories created in the cloud?

Henry2o1o commented 6 years ago

@Hofm4n Hast Du Root? Hast Du Telegram? Ich habe die Apk geändert.

MeiGuddet commented 6 years ago

@Henry2o1o: Ich werde den Mist, den ich fabriziert habe, wieder rückgängig machen.

ingbrzy commented 6 years ago

@Henry2o1o never translate values.. As we discussed in previous commit..

Henry2o1o commented 6 years ago

@MeiGuddet

    <string-array name="relation_with_me_value">
        <item>myself</item>
        <item>child</item>
        <item>family</item>
        <item>collegue</item>
        <item>classmate</item>
        <item>friend</item>
        <item>unknown</item>
    </string-array>
MeiGuddet commented 6 years ago

Yes, I got it. All found string-arrays and strings "value" deleted. Hope it fits now.

Hofm4n commented 6 years ago

@Henry2o1o nein leider kein Root und Telegram!

Hofm4n commented 6 years ago

@Henry2o1o vielleicht kannst ja die APK auf meine Email schicken!? hofer.manuel1@gmx.at

berlinux2016 commented 6 years ago

Wird mit der nächsten Version behoben. Danke für die Bug Meldung.