Giter Site home page Giter Site logo

i18n: `Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE).` about android-singlesignon HOT 7 CLOSED

stefan-niedermann avatar stefan-niedermann commented on July 24, 2024 1
i18n: `Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE).`

from android-singlesignon.

Comments (7)

David-Development avatar David-Development commented on July 24, 2024

Hm.. weird. I assume the user is in austria or switzerland? I believe for germany the language code would be de-rDE. Since we don't have de-rCH the fallback will be values-de. At leasts that's what I'm getting from the following explanation on stackoverflow. So we'd only need values-de and values-de-rDE can and probably should be deleted if we don't plan on having any special translations for Germany / Switzerland / Austria.

The difference between values-de-rDE and values-de is that the first is referring to the country and language, while the other only requires the language.

What region is chosen can be determined in System Settings. German (Germany) is values-de-rDE while German (Switzerland) is values-de-rCH, but both are values-de.

If the system is set to German (Germany), it will first read all values from values-de-rDE, then the missing values from values-de, and finally from the default values.

This is useful for when values contains American English, and values-en-rGB can provide only the strings that are different (i.e. colour, flavour, customise).

Source: https://stackoverflow.com/a/26415196/13370504

from android-singlesignon.

stefan-niedermann avatar stefan-niedermann commented on July 24, 2024

So what needs to be done to fix this? Just delete the region derivates? Ensure they aren't transferred from transifex in the future?

from android-singlesignon.

David-Development avatar David-Development commented on July 24, 2024

@stefan-niedermann Exactly. At least that's my understanding 😅 Just keep values-de and delete all the other derivates.

from android-singlesignon.

stefan-niedermann avatar stefan-niedermann commented on July 24, 2024

How do we ensure they won't be readded by the next transifex merge?

from android-singlesignon.

tobiasKaminsky avatar tobiasKaminsky commented on July 24, 2024

Fix is in nextcloud/docker-ci#472

from android-singlesignon.

nickvergessen avatar nickvergessen commented on July 24, 2024

Fixed in 8b62eba

from android-singlesignon.

stefan-niedermann avatar stefan-niedermann commented on July 24, 2024

Awesome, thanks :)

Guess we can close this issue then?

from android-singlesignon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.