Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# binding
|
||||
binding.openuv.name = Extension OpenUV
|
||||
binding.openuv.description = Service de prévision globale de l'indice UV en temps réel.
|
||||
binding.openuv.description = Service de prévision globale de l'indice UV en temps réel.
|
||||
|
||||
# thing types
|
||||
thing-type.openuv.openuvapi.label = Bridge OpenUV
|
||||
thing-type.openuv.openuvapi.description = Passerelle vers le service du projet OpenUV. Pour recevoir des données vous devez créer votre compte à l'adresse https://www.openuv.io/auth/google et obtenir votre clef API.
|
||||
thing-type.openuv.openuvapi.description = Passerelle vers le service du projet OpenUV. Pour recevoir des données vous devez créer votre compte à l'adresse https://www.openuv.io/auth/google et obtenir votre clef API.
|
||||
|
||||
thing-type.openuv.uvreport.label = Rapport UV
|
||||
thing-type.openuv.uvreport.description = Fournit diverses information pour un emplacement donnée.
|
||||
thing-type.openuv.uvreport.description = Fournit diverses information pour un emplacement donnée.
|
||||
|
||||
Reference in New Issue
Block a user