Skip to content

Commit

Permalink
Add German and Spanish localizations (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar authored Nov 29, 2023
1 parent 6550f5d commit 1099ba0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Sources/SpeziChat/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,67 @@
"strings" : {
"MESSAGE_INPUT_TEXTFIELD" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nachrichteneingabefeld"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Message Input Textfield"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Campo de texto de entrada de mensaje"
}
}
}
},
"MICROPHONE_BUTTON" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nachricht aufnehmen"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Record Message"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Grabar Mensaje"
}
}
}
},
"SEND_MESSAGE" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nachricht senden"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Send Message"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Enviar Mensaje"
}
}
}
}
Expand Down

0 comments on commit 1099ba0

Please sign in to comment.