Giter VIP home page Giter VIP logo

roadsigns's Introduction

Travis CI Build Status GitHub Actions Build Status Maven Central JitPack Apache License

Road signs library

A Kotlin library hosting a custom view for road signs.

The demo application allows selecting the different road signs.

Demo application

Supported languages

  • Danish πŸ‡©πŸ‡°
  • English πŸ‡ΊπŸ‡Έ
  • French πŸ‡«πŸ‡·
  • German πŸ‡©πŸ‡ͺ
  • Polish πŸ‡΅πŸ‡±
  • Portuguese πŸ‡΅πŸ‡Ή
  • Spanish πŸ‡ͺπŸ‡Έ
  • Swedish πŸ‡ΈπŸ‡ͺ

Gradle build

To deploy the library to your local Maven repository run the following task:

$ ./gradlew publishToMavenLocal

Then, to use the library in your project add mavenLocal() to your top level build.gradle:

allprojects {
    repositories {
        mavenLocal()
        mavenCentral()
    }
}

and to your application module build.gradle:

dependencies {
    implementation "info.metadude.kotlin.library.roadsigns:roadsigns:$version"
}

Alternatively, you can use JitPack to fetch and build the sources directly from this repository.

Author

Contributors

License

Copyright 2019-2023 Tobias Preuss

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

roadsigns's People

Contributors

dependabot-preview[bot] avatar fejd avatar johnjohndoe avatar larsnaesbye avatar tdopires avatar tititesouris avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

roadsigns's Issues

Add Dutch translation

It would be nice to have a Dutch translation of the library. πŸ‡³πŸ‡±

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-nl/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-nl/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -nl folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like dutch-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Polish translation

It would be nice to have a Polish translation of the library. πŸ‡΅πŸ‡±

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-pl/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-pl/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -pl folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like polish-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Portuguese translation

It would be nice to have a Portuguese translation of the library. πŸ‡΅πŸ‡Ή

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-pt/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-pt/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -pt folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like portuguese-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Spanish translation

It would be nice to have a Spanish translation of the library. πŸ‡ͺπŸ‡Έ

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-es/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-es/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -es folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like spanish-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Czech translation

It would be nice to have a Czech translation of the library. πŸ‡¨πŸ‡Ώ

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-cs/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-cs/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -cs folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like czech-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add French translation

It would be nice to have a French translation of the library. πŸ‡«πŸ‡·

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-fr/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-fr/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -fr folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like french-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Swedish translation

It would be nice to have a Swedish translation of the library. πŸ‡ΈπŸ‡ͺ

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-sv/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-sv/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -sv folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like swedish-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

Add Danish translation

It would be nice to have a Danish translation of the library. πŸ‡©πŸ‡°

The Translation Editor in Android Studio let's you easily identify the missing translations as shown in the screenshot.

Android Studio Translation Editor

TODOs

  • Add new translations in roadsigns/src/main/res/values-da/strings.xml
    • Adding a new language can be done via the Translation Editor: the earth icon at top left.
    • Alternatively, you can just copy the English file from values/strings.xml to values-da/strings.xml and edit the strings manually.
    • Do not modify, commit files outside of the -da folder.
    • Do not translate strings located in the app module.
    • Do not translate strings marked as translatable="false".
    • Please do not commit to the master branch. Create a new branch like danish-translation for the pull request.
    • Check that your translation string is not wrapped in double quotes (") or includes unneeded whitespace.
  • Update the Supported languages section in the README.md. Flags are copied from Twitter emoticons.
  • Update the CHANGELOG.md.

Related


πŸ—¨οΈ If you want to work on this issue please leave a "I like to work on this" comment here.

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.