-
Notifications
You must be signed in to change notification settings - Fork 581
Expand file tree
/
Copy pathlanguages.it.toml
More file actions
26 lines (26 loc) · 1.41 KB
/
languages.it.toml
File metadata and controls
26 lines (26 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
title = "Let's Encrypt - Certificati SSL/TLS gratuiti"
contentDir = "content/it"
#The namge of the language, it that language (not in English if it's not English)
languageName = "Italiano"
#The language code. Usually two lower-case letters. It that language is spoken in more than one country, the country-code can be added, uppercase. To check it: https://r12a.github.io/app-subtags/?check=pt-BR
languageCode = "it-IT"
# Weight used for sorting.
# 10 for English
# Other languages from 100 to 999, alphabetical order using languageCode.
weight = 375
[params]
#if colon ":" must be prefixed with a space : " " (example in [fr])
beforeColon = ""
description = """
Let's Encrypt è un'autorità di certificazione gratuita, automatica
ed open source messa a disposizione dall'organizzazione non-profit <a href="https://www.abetterinternet.org/">Internet Security Research Group (ISRG)</a>.
"""
# PayPal image url from https://www.paypal.com/donate/buttons/unhosted
paypalDonateImage = "https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
# A country where PayPal has support for the language must be chosen. Click a Donate button and modify the GET parameters "country.x" and "locale.x" to find what is supported.
paypalCountry = "IT"
# Number format : <negative>|<decimal>|<grouping>
# Ex. for -1 2345.67 -> "-|.| "
# Doc: https://gohugo.io/functions/numfmt/
numberFormat = "-|.|,"
viewInThatLanguage = "Visualizza in italiano"