Coder Social home page Coder Social logo

lynxlocalizations's Introduction

Lynx 2 Localizations

Repository containing all Lynx 2 localizations

Download on mtac.app

For any questions regarding localization, contact me on Twitter or Discord

Adding a translation

Partial translations exist for Arabic, German, Turkish, Spanish, Chinese (Simplified) and French.

If you are updating one of these languages, download the .strings files from the appropriate link above. If you are adding a new language, download each .strings file from the strings template folder.

Replace the lowercase string with your translation. Open a new issue and attach each translated strings file.

Open .strings files as plain text file if possible. If you are using a Mac, open the files in TextEdit as Xcode may save the file in binary format.

Examples

Keys with no text (ex: "KEY" = " " or <key>KEY</key><string> </string> ) are keys that need to be translated

French

Settings.strings

strings format
"SETTINGS" = "Réglages"

plist format
<key>SETTINGS</key>
<string>Réglages</string>

Arabic Music.strings

strings format
"MUSIC" = "الموسيقى"

plist format
<key>MUSIC</key>
<string>الموسيقى</string>

Chinese (Simplified) SpringBoard.strings

strings format
"SPRINGBOARD" = "系统桌面"

plist format
<key>SPRINGBOARD</key>
<string>系统桌面</string>

Updates

Localizations will distributed as a separate package to help with latency between new features and untranslated strings. Please get all localization updates for Lynx from here

lynxlocalizations's People

Contributors

djlelex avatar hakankocyigit avatar luki120 avatar mtacs avatar t0mi avatar wwg135 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.