mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix colours on collapsed categories.
This commit is contained in:
@@ -117,7 +117,7 @@ Blockly.Msg.LISTS_GET_SUBLIST_TOOLTIP = "Opretter en kopi af den angivne del af
|
||||
Blockly.Msg.LISTS_INDEX_OF_FIRST = "find første forekomst af elementet";
|
||||
Blockly.Msg.LISTS_INDEX_OF_HELPURL = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list"; // untranslated
|
||||
Blockly.Msg.LISTS_INDEX_OF_LAST = "find sidste forekomst af elementet";
|
||||
Blockly.Msg.LISTS_INDEX_OF_TOOLTIP = "Returnerer indeks for første/sidste forekomst af elementet i listen. Returnerer 0, hvis teksten ikke er fundet.";
|
||||
Blockly.Msg.LISTS_INDEX_OF_TOOLTIP = "Returnerer indeks for første/sidste forekomst af elementet i listen. Returnerer 0, hvis elementet ikke kan findes.";
|
||||
Blockly.Msg.LISTS_INLIST = "i listen";
|
||||
Blockly.Msg.LISTS_ISEMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty"; // untranslated
|
||||
Blockly.Msg.LISTS_ISEMPTY_TITLE = "%1 er tom";
|
||||
|
||||
Reference in New Issue
Block a user