0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

💬 Add translation key for theme

This commit is contained in:
mathieu.brunot 2019-05-16 00:20:45 +02:00
parent 2237eb0f54
commit 2089ecf6eb
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 4 additions and 0 deletions

View file

@ -123,6 +123,8 @@
"settings.profile.your-name" "Your name"
"settings.profile.your-username" "Your username"
"settings.profile.your-email" "Your email"
"settings.choose-color-theme" "Choose a theme"
"settings.profile.light-theme" "Light theme"
"settings.profile.dark-theme" "Dark theme"
"settings.profile.high-contrast-theme" "High-contrast theme"

View file

@ -123,6 +123,8 @@
"settings.profile.your-name" "Votre nom complet"
"settings.profile.your-username" "Votre nom d'utilisateur"
"settings.profile.your-email" "Votre adresse email"
"settings.choose-color-theme" "Choisissez un thème"
"settings.profile.light-theme" "Thème Jour"
"settings.profile.dark-theme" "Thème Nuit"
"settings.profile.high-contrast-theme" "Thème Contraste élevé"