Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 26, 2023
2 parents 69860e4 + ca161ab commit 0be9fe6
Show file tree
Hide file tree
Showing 76 changed files with 3,938 additions and 3,355 deletions.
8 changes: 4 additions & 4 deletions locales-src/extra_aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ export default {

tr: {
// Turkish
"_ derece sola dön": "MOTION_TURNLEFT",
"_ derece sağa dön": "MOTION_TURNRIGHT",
"_ derece saatin tersi yönde dön": "MOTION_TURNLEFT",
"_ derece saat yönünde dön": "MOTION_TURNRIGHT",
"%1 derece sola dön": "MOTION_TURNLEFT",
"%1 derece sağa dön": "MOTION_TURNRIGHT",
"%1 derece saatin tersi yönde dön": "MOTION_TURNLEFT",
"%1 derece saat yönünde dön": "MOTION_TURNRIGHT",
"yeşil bayrak tıklandığında": "EVENT_WHENFLAGCLICKED",
son: "scratchblocks:end",
},
Expand Down
4 changes: 3 additions & 1 deletion locales-src/rollup-optimized-css-text.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { pathToFileURL } from "url"

/**
* Processes ".css.js" file.
* The file is a valid JavaScript file that CJS-exports the CSS,
Expand All @@ -13,7 +15,7 @@ export default opts => {
name: "optimized-css-text",
transform: (code, id) => {
if (id.endsWith(".css.js")) {
return import(id)
return import(pathToFileURL(id))
.then(({ default: code }) =>
opts.minify
? import("csso").then(csso => csso.minify(code).css)
Expand Down
2 changes: 2 additions & 0 deletions locales/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import gd from "./gd.json"
import gl from "./gl.json"
import ha from "./ha.json"
import he from "./he.json"
import hi from "./hi.json"
import hr from "./hr.json"
import ht from "./ht.json"
import hu from "./hu.json"
Expand Down Expand Up @@ -110,6 +111,7 @@ export default {
gl,
ha,
he,
hi,
hr,
ht,
hu,
Expand Down
4 changes: 2 additions & 2 deletions locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"SOUND_STOPALLSOUNDS": "stop al lyd",
"music.playDrumForBeats": "spil %1 i %2 slag",
"music.restForBeats": "pause i %1 slag",
"music.playNoteForBeats": "spil node %1 i %2 slag",
"music.playNoteForBeats": "spil tone %1 i %2 slag",
"music.setInstrument": "skift instrument til %1",
"SOUND_CHANGEVOLUMEBY": "ændre lydstyrke med %1",
"SOUND_SETVOLUMETO": "sæt lydstyrke til %1%",
Expand Down Expand Up @@ -184,7 +184,7 @@
"wedo2.getDistance": "afstand",
"wedo2.motorOnFor": "tænd %1 i %2 sekunder",
"wedo2.setLightHue": "sæt farven på lyset til %1",
"wedo2.playNoteFor": "spil node %1 i %2 sekunder",
"wedo2.playNoteFor": "spil tone %1 i %2 sekunder",
"wedo2.whenTilted": "er vippet %1",
"wedo2.isTilted": "vippet %1?",
"wedo2.getTiltAngle": "vippet vinkel %1",
Expand Down
266 changes: 266 additions & 0 deletions locales/hi.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@
"10 ^"
],
"aliases": {
"_ derece sola dön": "MOTION_TURNLEFT",
"_ derece sağa dön": "MOTION_TURNRIGHT",
"_ derece saatin tersi yönde dön": "MOTION_TURNLEFT",
"_ derece saat yönünde dön": "MOTION_TURNRIGHT",
"%1 derece sola dön": "MOTION_TURNLEFT",
"%1 derece sağa dön": "MOTION_TURNRIGHT",
"%1 derece saatin tersi yönde dön": "MOTION_TURNLEFT",
"%1 derece saat yönünde dön": "MOTION_TURNRIGHT",
"yeşil bayrak tıklandığında": "EVENT_WHENFLAGCLICKED",
"son": "scratchblocks:end"
},
Expand Down
Loading

0 comments on commit 0be9fe6

Please sign in to comment.