i18n: Use plurals for year/month/day/etc...
This commit is contained in:
		@@ -330,34 +330,20 @@
 | 
			
		||||
    "Yiddish": "Yiddish",
 | 
			
		||||
    "Yoruba": "Yoruba",
 | 
			
		||||
    "Zulu": "Zulu",
 | 
			
		||||
    "`x` years": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` anno",
 | 
			
		||||
        "": "`x` anni"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` months": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` mese",
 | 
			
		||||
        "": "`x` mesi"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` weeks": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` settimana",
 | 
			
		||||
        "": "`x` settimane"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` days": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` giorno",
 | 
			
		||||
        "": "`x` giorni"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` hours": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` ora",
 | 
			
		||||
        "": "`x` ore"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` minutes": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` minuto",
 | 
			
		||||
        "": "`x` minuti"
 | 
			
		||||
    },
 | 
			
		||||
    "`x` seconds": {
 | 
			
		||||
        "([^.,0-9]|^)1([^.,0-9]|$)": "`x` secondo",
 | 
			
		||||
        "": "`x` secondi"
 | 
			
		||||
    },
 | 
			
		||||
    "generic_count_years": "{{count}} anno",
 | 
			
		||||
    "generic_count_years_plural": "{{count}} anni",
 | 
			
		||||
    "generic_count_months": "{{count}} mese",
 | 
			
		||||
    "generic_count_months_plural": "{{count}} mesi",
 | 
			
		||||
    "generic_count_weeks": "{{count}} settimana",
 | 
			
		||||
    "generic_count_weeks_plural": "{{count}} settimane",
 | 
			
		||||
    "generic_count_days": "{{count}} giorno",
 | 
			
		||||
    "generic_count_days_plural": "{{count}} giorni",
 | 
			
		||||
    "generic_count_hours": "{{count}} ora",
 | 
			
		||||
    "generic_count_hours_plural": "{{count}} ore",
 | 
			
		||||
    "generic_count_minutes": "{{count}} minuto",
 | 
			
		||||
    "generic_count_minutes_plural": "{{count}} minuti",
 | 
			
		||||
    "generic_count_seconds": "{{count}} secondo",
 | 
			
		||||
    "generic_count_seconds_plural": "{{count}} secondi",
 | 
			
		||||
    "Fallback comments: ": "Commenti alternativi: ",
 | 
			
		||||
    "Popular": "Popolare",
 | 
			
		||||
    "Search": "Cerca",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user