diff --git a/README.md b/README.md index 64dc1c9..5920cff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ Also opens a link to 13lunas.net's daily kin page for a detailed reading ## How to install it -Go to the releases page of this repo, download the .crx file, drop it to chrome and accept the installation +Go to the releases page of this repo + +### Chromme users +Download the .crx file +Open your addons page in chrome +Drop the extension and accept the installation + +### Firefox users +Download the .xpi file +Drop the extension and accept the installation ## Feel free to give some love by donating cryptos @@ -14,5 +23,3 @@ LTC: LYUzrFX6ck5uMhw5VqcD9piQHnX7oeSLdh XMR: 49stcvbfjEkWLjb6mdG21zMJ3uRrLmN3bazGQ8cHjjsVHYYyY61N6P7emCXhpsvB2Vc8Uuz2FA1Qk6hkE8e4ADmJQQ64eyT ADA: DdzFFzCqrhsoUF5UjGGAYUayV5uNCJZ17PJn9V8X9MTQ26m2wDVycme42gufKufPNWMazfJLg8RKHpc1iFvn6j8BTJjaozGtLPzCDx5t NEM: NDGYO6X3NTD6CX3V7MCCYKQPBIOYGZRXEKDLCDW2 - -##### This extension is now in spanish. Internacionalization coming soon (depending on the interest and the given love) \ No newline at end of file diff --git a/locales/en.js b/locales/en.js deleted file mode 100644 index b0031de..0000000 --- a/locales/en.js +++ /dev/null @@ -1,15 +0,0 @@ -var table = { - tmpl: '{tone} {symbol}', - symbols: ['Dragon', 'Wind', 'Night', 'Seed', 'Serpent', 'World bridger', 'Hand', - 'Star', 'Moon', 'Dog', 'Monkey', 'Human', 'Skywalker', 'Wizard', - 'Eagle', 'Warrior', 'Earth', 'Mirror', 'Storm', 'Sun'], - tones: ['Magnetic', 'Lunar', 'Electric', 'Self-existing', 'Overtone', 'Rhythmic', - 'Resonant', 'Galactic', 'Solar', 'Planetary', 'Spectral', 'Cristal', - 'Cosmic'], - colors: ['Red', 'White', 'Blue', 'Yellow'], - title: '{symbol}\'s wavespell', - donate: 'Donate', - link: 'Open @ 13lunas.net (spanish only)', - url: 'http://13lunas.net/umbral.htm?nombre=Hoy&dia={dia}&mes={mes}&ano={ano}&B1=Enviar' -} - \ No newline at end of file diff --git a/locales/es.js b/locales/es.js deleted file mode 100644 index 9f72ff7..0000000 --- a/locales/es.js +++ /dev/null @@ -1,26 +0,0 @@ -var table = { - tmpl: '{symbol} {tone}', - symbols: ['Dragón', 'Viento', 'Noche', 'Semilla', 'Serpiente', 'Enlazador de mundos', 'Mano', - 'Estrella', 'Luna', 'Perro', 'Mono', 'Humano', 'Caminante del cielo', 'Mago', - 'Águila', 'Guerrero', 'Tierra', 'Espejo', 'Tormenta', 'Sol'], - tones: { - femenine: ['Magnética', 'Lunar', 'Eléctrica', 'Autoexistente', 'Entonada', 'Rítmica', - 'Resonante', 'Galáctica', 'Solar', 'Planetaria', 'Espectral', 'Cristal', - 'Cósmica'], - masculine: ['Magnético', 'Lunar', 'Eléctrico', 'Autoexistente', 'Entonado', 'Rítmico', - 'Resonante', 'Galáctico', 'Solar', 'Planetario', 'Espectral', - 'Cristal', 'Cósmico'] - }, - colors: { - femenine: ['Roja', 'Blanca', 'Azul', 'Amarilla'], - masculine: ['Rojo', 'Blanco', 'Azul', 'Amarillo'] - }, - femenines: ['Noche', 'Semilla', 'Serpiente', 'Mano', 'Estrella', 'Luna', 'Águila', 'Tierra', 'Tormenta'], - title: { - femenine: 'Onda encantada de la {symbol}', - masculine: 'Onda encantada del {symbol}' - }, - donate: 'Dona', - link: 'Abrir en 13lunas.net', - url: 'http://13lunas.net/umbral.htm?nombre=Hoy&dia={dia}&mes={mes}&ano={ano}&B1=Enviar' -} diff --git a/manifest.json b/manifest.json index 010235a..ca592cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "yTzolkin", - "version": "1.0.1", + "version": "1.0.2", "description": "Shows the daily kin",