-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a banner to the web version advertising the existance of the nat…
…ive version (#41) * Add a small ad to download the native version * Add a tooltip; Fix positioning * Bump version * Format code
- Loading branch information
Showing
3 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"lbl.ad.native": { | ||
"en": "Please consider using the native version for a better experience.", | ||
"es": "Por favor, considere usar la versión nativa para una mejor experiencia." | ||
}, | ||
"lbl.ad.exe": { | ||
"en": "Click to download.", | ||
"es": "Haz click aquí para descargarla." | ||
}, | ||
"lbl.ad.explanation": { | ||
"en": "The native version has code autosaving, persistent configuration, and more.", | ||
"es": "La versión nativa tiene autoguardado de código, configuración persistente, y más." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters