Add italian translations and enable locale #1930
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding italian translations and enabling locale on application.rb
References: CV2-4736
How has this been tested?
Tested on rails console:
irb(main):016:0> I18n.l(Time.now, locale: 'it', format: :long)
=> "19 giugno 2024 17:02"
irb(main):017:0> Bot::Smooch.get_string('privacy_and_purpose', 'it')
=> "Privacy e scopo\n\nBenvenuto al suggerimento di %{team} %{channel}.\n\nPuoi utilizzare questo numero per inviare la tua richiesta di verifica.\n\nI tuoi dati sono al sicuro. Prendiamo sul serio la nostra responsabilità di salvaguardare le tue informazioni personali e di mantenere %{channel} privato e sicuro; non condivideremo, venderemo o utilizzeremo le tue informazioni di identificazione personale (PII) se non per fornire e migliorare questo servizio.\n\nPer rilevare la disinformazione virale il prima possibile in futuro, potremmo condividere contenuti non PII con ricercatori selezionati e partner di verifica dei fatti.\n\nTieni presente che i siti Web a cui ci colleghiamo avranno la propria politica sulla privacy.\n\nSe non vuoi che i tuoi contributi vengano utilizzati in questo lavoro, ti preghiamo di non contribuire al nostro sistema."
Things to pay attention to during code review
Please describe parts of the change that require extra attention during code review, for example:
Checklist