Skip to content

andalugeeks/andaluh-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

andaluh-browser-extension

A cross-browser extension to transliterate español (spanish) websites to andaluz proposals in real-time.

Compatible with Goolge Chrome, Firefox Desktop, Firefox Android and Microsoft Edge.

Alt text

More information on our website: https://andaluh.es/navegador-andaluz (spanish).

Table of Contents

Description

The Andalusian varieties of [Spanish] (Spanish: andaluz; Andalusian) are spoken in Andalusia, Ceuta, Melilla, and Gibraltar. They include perhaps the most distinct of the southern variants of peninsular Spanish, differing in many respects from northern varieties, and also from Standard Spanish. Further info: https://en.wikipedia.org/wiki/Andalusian_Spanish.

This package introduces transliteration functions to convert español (spanish) spelling to andaluz. As there's no official or standard andaluz spelling, andaluh-js is adopting the EPA proposal (Estándar Pal Andaluz). Further info: https://andaluhepa.wordpress.com. Other andaluz spelling proposals are planned to be added as well.

Installation

Install directly from the extension stores:

Development

For Chrome and Edge use npm to build and test:

$ npm run-script build

Then enable Developer Mode for extensions and click on Load unpacked (more info for chrome and edge). Select build/ to load the unpacked extension.

For Firefox, run a build as described above, then use web-ext (more info)

$ npm run-script build
$ cd build
$ web-ext run

For Firefox Android, please plug your Android device with Firefox installed first. Also Set up your computer and Android emulator or device Android Developer Mode.

$ npm run-script build
$ cd build
$ web-ext run --target=firefox-android --android-device=<device ID>

You can run web-ext run --target=firefox-android first, to discover the device ID. Then you might have to allow the USB debugging on your device.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.