Code Monkey home page Code Monkey logo

alpenglow-localization's Introduction

alpenglow-localization

All Contributors

This is the community language repository for Alpenglow.

If you want to see Alpenglow in another language that isn't already available and have some git-fu, feel free to submit a pull request to the repository.

If you don't know about git feel free to grab the file here and send it over via the contact option on the website.

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.

"locationVC.title" = "Location";

Where you see a %@ or %ld token, this denotes a value that is replaced at runtime. The corresponding localized value must keep the token in the right place to provide the same meaning as the English value.

"mainVC.predictions.inXHours" = "in %ld hours";

"mainVC.predictions.inXMinutes" = "in %ld minutes";

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Clément Baudet

🌍

Paul

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

alpenglow-localization's People

Contributors

ay8s avatar allcontributors[bot] avatar insurgentnl 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.