All Projects → swapnil1104 → ReactAnuvaad

swapnil1104 / ReactAnuvaad

Licence: Apache-2.0 license
Localize your app in gloval languages

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ReactAnuvaad

iterable-android-sdk
Iterable's Android SDK. Receive and track pushes to Iterable from your Android app.
Stars: ✭ 19 (-5%)
Mutual labels:  android-app
android-custom-view
No description or website provided.
Stars: ✭ 15 (-25%)
Mutual labels:  android-app
InstaSmart
A Flutter app to plan and beautify your Instagram feed
Stars: ✭ 18 (-10%)
Mutual labels:  android-app
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (-5%)
Mutual labels:  android-app
justBreathe
A minimal meditation app made with Flutter
Stars: ✭ 47 (+135%)
Mutual labels:  android-app
tracking-location-provider-android
Tracking the android mobile and animating marker smoothly in Google Maps. Tracking has been done both in foreground and background. Tested in Android Oreo 8.1, Android 6.0 and Android 5.0
Stars: ✭ 37 (+85%)
Mutual labels:  android-app
NominatimGeocoderBackend
UnifiedNlp geocoder backend that uses the OSM Nominatim service
Stars: ✭ 49 (+145%)
Mutual labels:  android-app
geopackage-mapcache-android
GeoPackage MapCache Android App
Stars: ✭ 33 (+65%)
Mutual labels:  android-app
BestReview
Android面试题库,覆盖初级、中级、高级、资深工程师、架构师、专家等各级别,精选高质量文章,祝大家面试顺利。 附:Android各级别工程师技能图谱:https://blog.csdn.net/ddnosh/article/details/108172983
Stars: ✭ 123 (+515%)
Mutual labels:  android-app
LocationMapViewer
Android App to view Locations in a map with support for gpx, kml and kmz data
Stars: ✭ 31 (+55%)
Mutual labels:  android-app
sms antitheft
android anti-theft app to control your mobile when there is no internet
Stars: ✭ 21 (+5%)
Mutual labels:  android-app
Hibi
[No Active Development] An Android app for learning Japanese by keeping a journal.
Stars: ✭ 37 (+85%)
Mutual labels:  android-app
CurvedBottomNavigationView
we will learn How to draw custom shapes in Curved Bottom Navigation View
Stars: ✭ 42 (+110%)
Mutual labels:  android-app
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+170%)
Mutual labels:  android-app
SuperToolbar
Android native Toolbar on steroids 💪
Stars: ✭ 52 (+160%)
Mutual labels:  android-app
matvt
Virtual Mouse for Android TV that can be controlled via remote itself.
Stars: ✭ 90 (+350%)
Mutual labels:  android-app
currency-edittext
A Custom EditText implementation that allows formatting of currency-based numeric inputs.
Stars: ✭ 86 (+330%)
Mutual labels:  android-app
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+85%)
Mutual labels:  android-app
Capturable
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Stars: ✭ 365 (+1725%)
Mutual labels:  android-app
nutrition-framework
Skripsi / TA of Muhammad Faisal Amir - Telkom University 2021
Stars: ✭ 30 (+50%)
Mutual labels:  android-app

Anuvaad - Localize your app in global languages!

An open source tool that you can use to localize your Android Apps! It supports majority of global languages: Hindi, Spanish, Chinese, Arabic and Russian. I plan to add more as the community requires.

Can't wait to translate your app? use it now @ www.androidapptranslator.com

You can translate your entire strings.xml file into any of these languages within few seconds.

Demo

Up an running locally

Generating Google Cloud Translation API Key

To get ReactAnuvaad up and running locally, you'll need to create and add a Google API key to enable usage of cloud translation API. Follow this guide to create a new Google Cloud project and creating an auth API key https://cloud.google.com/translate/docs/basic/setup-basic

Using the API key in ReactAnuvaad

  • Create a new file named .env in the project root.
  • Create a new variable containing the API key
    REACT_APP_LANG_TRANSLATION_API_KEY=<your_generated_api_key>
    
  • Use the created variable in LangUtils.ts file.

After this, ReactAnuvaad is ready to run locally using the following steps:

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].