Skip to content
Snippets Groups Projects
Commit db8f68df authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #170: Empty field in preferences. Also add a bad German translation as a placeholder

parent 67aa92cf
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,8 @@ ...@@ -364,6 +364,8 @@
"sr_tt": "Anzahl von Samples pro Sekunde", "sr_tt": "Anzahl von Samples pro Sekunde",
"advance": "Verzögerung", "advance": "Verzögerung",
"advance_tt": "Verzögerung (msec)", "advance_tt": "Verzögerung (msec)",
"callback": "callback dinge",
"callback_tt": "benutzen der callback API von Pd für diesen Audio-Backend",
"blocksize": "Blockgröße", "blocksize": "Blockgröße",
"blocksize_tt": "Anzahl von Samples in einem Block, der an die Audio-API gesendet oder von dort empfangen wird", "blocksize_tt": "Anzahl von Samples in einem Block, der an die Audio-API gesendet oder von dort empfangen wird",
"channels": "Kanäle", "channels": "Kanäle",
......
...@@ -366,6 +366,8 @@ ...@@ -366,6 +366,8 @@
"advance_tt": "delay", "advance_tt": "delay",
"blocksize": "blocksize", "blocksize": "blocksize",
"blocksize_tt": "number of samples in a block to be delivered to or received from the audio api", "blocksize_tt": "number of samples in a block to be delivered to or received from the audio api",
"callback": "use callbacks",
"callback_tt": "use Pd's callback interface for this API",
"channels": "channels", "channels": "channels",
"channels_tt": "number of channels for this device", "channels_tt": "number of channels for this device",
"input_title": "Input Devices", "input_title": "Input Devices",
......
  • Developer

    LOL, Jonathan, that German translation is really hilarious. :) Let me fix that before the next release candidate.

    For the future, you could just add the English translation to de/translation.json and give me a quick heads-up so that I can fix it. Or maybe we should add some logic so that if there's a non-existent non-en translation then we fall back to the en one.

  • Albert Gräf @aggraef

    Mentioned in merge request !32 (merged)

    ·

    Mentioned in merge request !32 (merged)

    Toggle commit list
  • Author Owner

    Hehe-- did I get close?

    Hm, I didn't think about having an English fallback. Should be pretty easy to do.

  • Developer

    Hehe-- did I get close?

    Let me put it this way: Google Translate did a better job. ;-)

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment