From bdce71ecbf3decdd8027d265cbd1b37cfd255e38 Mon Sep 17 00:00:00 2001 From: Steve Landey <38225497+stevelandeyasana@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:16:53 -0700 Subject: [PATCH] Add new section Tools/Localizations; add locheck, include transai --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 720cdbf..e4beefd 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,8 @@ Awesome-Android is an amazing list for people who need a certain feature on thei - [Date & Time](#date--time) - [Runtime Permissions](#runtime-permissions) - [Other](#other) +- [Tools](#tools) + - [Localization](#localization) - [Resources](#resources) - [Code examples](#code-examples) - [Podcasts](#podcasts) @@ -436,7 +438,6 @@ Awesome-Android is an amazing list for people who need a certain feature on thei - [andle](https://github.com/Jintin/andle) - command line tool help you sync dependencies, sdk or build tool version. - [Typography](https://github.com/workarounds/typography) - An Android library that makes it easy to use custom fonts in views. - [Calligraphy](https://github.com/chrisjenx/Calligraphy) - Custom fonts in Android an OK way. -- [transai](https://github.com/Jintin/transai) - command line tool help you manage localization string files. - [Android-Link-Preview](https://github.com/LeonardoCardoso/Android-Link-Preview) - It makes a preview from an url, grabbing all the information such as title, relevant texts and images. - [Sensey](https://github.com/nisrulz/sensey) - Detecting gestures in a snap. - [UserAwareVideoView](https://github.com/kevalpatel2106/UserAwareVideoView) - A customized video view that will automatically pause video is user is not looking at device screen! @@ -445,6 +446,13 @@ Awesome-Android is an amazing list for people who need a certain feature on thei - [Gradle buildSrcVersions](https://github.com/jmfayard/buildSrcVersions) - A kotlin dsl to simplify dependencies management - [Teller](https://github.com/levibostian/Teller-Android/) - Teller facilitates the downloading, saving, and reading of the cached data of your app. Keep your user's data fresh and remove those annoying loading screens! +## Tools + +### Localization + +- [transai](https://github.com/Jintin/transai) - Command line tool help you manage localization string files. +- [locheck](https://github.com/Asana/locheck) - Validate strings.xml files for many types of errors in translations + ## Resources - [Programming Community Curated Resources for Learning Android Development](https://hackr.io/tutorials/learn-android-development) - Android Tutorials & Courses submitted and voted by the programming community.