Skip to content

solomoncools/google-play-release-notes-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛸 Google Play Release Notes Translator

One click translation for your google play release notes.

Written in javascript. Adds appropriate XML tags to each unit of translation.

Getting Started

  • Download the repository
  • Open the index.html in a web browser
  • Add your release notes to the left text-area
  • Select your input language (default is English)

Input Syntax

  • A '+' symbol will be added to the start of lines that do not start with a '*' (asterisk)
  • Lines which define sub-features should start with a '*' (asterisk)

Example Input

Main Feature 1

* SubFeature A

* SubFeature B

Main Feature 2

* SubFeature A

Example Output

+ Main Feature 1

* SubFeature A

* SubFeature B

+ Main Feature 2

* SubFeature A

For one-click language translation into all available languages

  • Click "Translate Into All"

For single language translation

  • Select the output language
  • Click "Translate Into One"

P.S. To add more languages, edit translate.js

Releases

No releases published

Packages

No packages published