Giter VIP home page Giter VIP logo

broadcasts-localization's Introduction

broadcasts-localization

This is the community language repository for Broadcasts.

If there is a language you'd like to see Broadcasts localized to but we haven't got around to it yet, and you have some git-fu, feel free to submit a pull request to the repository.

Please do not add multiple languages in the same pull request โ€” this way, there can be a discussion thread for each language for any changes or tweaks that need to be made, and give others opportunity for peer review.

Disk Structure

Languages are structured in folders as such:

en.lproj/Localizable.strings

Where en is replaced by the ISO 639-1 two-letter language code, and the Localizable.strings file is structured as per the English (en) version.

Please do not include any other files in a pull request.

Localization

Strings are denoted as "KEY" = "value", where the keys remain the same across all languages, and the values are localized. There must be a ; at the end of each line.

"SEARCH_PLACEHOLDER" = "Search";

Where you see a %@ or %ld token, this denotes a value that is replaced at runtime โ€” in most cases will be the user-provided name for a station or collection, or a number. The corresponding localized value must keep the token in the right place to provide the same meaning as the English value.

"IMPORT_TITLE" = "Import \"%@\"?";

"IMPORT_BODY" = "This shared collection contains %ld stations.";

Credits

Please append the name you would like to be credited by to the pull request or the comment block at the top of the Localizable.strings file.

broadcasts-localization's People

Contributors

steventroughtonsmith avatar andreividrasco avatar atnbueno avatar mrob2t avatar chhdamian avatar copperisland avatar david-levi avatar pepijnvdh avatar larsabrasha avatar nicolapps avatar jiprastyo avatar sdtaheri avatar zbrox avatar pbbb avatar hiddecollee avatar cristeahub avatar anmartini avatar flowbe avatar pirafrank avatar pepijnvanderheyden avatar ocastx avatar tuulaniemi avatar haawa799 avatar tosbaha avatar

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.