This commit is contained in:
Surya Paolo
2022-12-20 21:23:05 +01:00
parent af71b17f1f
commit 98fa879112
3 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ Thanks to the Quasar Framework and TypeScript !
Clone this repository : Clone this repository :
```bash ```bash
$ git clone git@github.com:paoloar77/newfreeplanet example $ git clone git@gitlab.com:surya89/newfreeplanet example
$ cd example $ cd example
$ yarn $ yarn
``` ```

View File

@@ -244,8 +244,7 @@ const msg_website_it = {
}, },
free: { free: {
title: 'Gratuita, Open Source e Niente Pubblicità', title: 'Gratuita, Open Source e Niente Pubblicità',
descr: 'Questa App <strong>non è in vendita</strong>, non ha scopi commerciali, quindi <strong>non ha prezzo</strong> e nessun dato contenuto in esso verrà mai venduto, in quanto appartiene a <strong>Tutti Noi</strong> ed a nessuno in particolare.<br>Chiunque potrá utilizzarla e beneficiarne da essa.<br>' + descr: ''
'<em>Progetto Open Source su <a href="https://github.com/paoloar77/newfreeplanet" target="_blank">GitHub</a>.</em><br><br>'
+ '<strong>Grazie a Tutti per il sostegno</strong>. ', + '<strong>Grazie a Tutti per il sostegno</strong>. ',
}, },
titlecontatti: 'Contatti', titlecontatti: 'Contatti',

View File

@@ -7413,8 +7413,10 @@ export const tools = {
} catch (e) { } catch (e) {
console.log('error navigator.standalone ?!') console.log('error navigator.standalone ?!')
} }
}, },
// FINE !
// getLocale() { // getLocale() {
// if (navigator.languages && navigator.languages.length > 0) { // if (navigator.languages && navigator.languages.length > 0) {