From af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 5 Mar 2020 23:02:04 +0100 Subject: added i18n, converted HTML files, TODO: js UI responses, TODO: translations So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case. --- pages/privacypolicy.html | 43 +++++++++++++------------------------------ 1 file changed, 13 insertions(+), 30 deletions(-) (limited to 'pages/privacypolicy.html') diff --git a/pages/privacypolicy.html b/pages/privacypolicy.html index d5a4b0c..d60bb79 100644 --- a/pages/privacypolicy.html +++ b/pages/privacypolicy.html @@ -1,5 +1,4 @@ - - + @@ -21,6 +20,7 @@ + @@ -28,43 +28,26 @@ - -
- -

Privacy Policy

-

Your privacy is important to us. It is the developers' policy to respect your privacy - regarding any information we may collect from you through our app, BežiApp.

-

We only ask for personal information when we truly need it to provide a service to you. We - collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re - collecting it and how it will be used.

-

We only retain collected information for as long as necessary to provide you with your - requested service. What data we store, we’ll protect within commercially acceptable means to prevent loss - and theft, as well as unauthorized access, disclosure, copying, use or modification.

-

We don’t share any personally identifying information publicly or with third-parties, - except when required to by law.

-

Our app may link to external sites that are not operated by us. Please be aware that we - have no control over the content and practices of these sites, and cannot accept responsibility or liability - for their respective privacy policies.

-

You are free to refuse our request for your personal information, with the understanding - that we may be unable to provide you with some of your desired services.

-

Your continued use of our website will be regarded as acceptance of our practices around - privacy and personal information. If you have any questions about how we handle user data and personal - information, feel free to contact us.

+

thePrivacyPolicy

+

privacyImportant

+

privacyOnlyAskedWhen

+

privacyDataCollection

+

privacySharingData

+

privacyExternalSites

+

privacyRefuse

+

privacyAcceptWithUse


-

This policy is effective as of 29 January 2020.

- +

privacyEffectiveAsOf 29 January 2020.

- - - \ No newline at end of file + -- cgit v1.2.3