Skip to content

Commit

Permalink
Merge pull request #1 from geolonia/deploy-spatial-id
Browse files Browse the repository at this point in the history
画像とテキストを修正
  • Loading branch information
naogify authored Jan 28, 2025
2 parents 1547b26 + 0b60b5c commit 2d89d38
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v2
Expand Down
Binary file modified extensions/geolonia/gui/geolonia/geolonia-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extensions/geolonia/gui/geolonia/geolonia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Scratch3GeoloniaBlocks {
{
opcode: 'displayMap',
blockType: BlockType.COMMAND,
text: '高松市をズーム [ZOOM] で表示',
text: '地図をズーム [ZOOM] で表示',
arguments: {
LNG: {
type: ArgumentType.NUMBER,
Expand Down
Binary file modified src/lib/libraries/extensions/geolonia/geolonia-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/libraries/extensions/geolonia/geolonia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default [
{
name: (
<FormattedMessage
defaultMessage="高松市スマートマップ"
defaultMessage="空間ID"
description="Name for the 'geolonia' extension"
id="gui.extension.geolonia.name"
/>
Expand All @@ -63,7 +63,7 @@ export default [
insetIconURL: geoloniaInsetIconURL,
description: (
<FormattedMessage
defaultMessage="高松市について知りながらプログラミングも学ぼう!"
defaultMessage="空間IDについて知りながらプログラミングも学ぼう!"
description="Description for the 'geolonia' extension"
id="gui.extension.geolonia.description"
/>
Expand Down

0 comments on commit 2d89d38

Please sign in to comment.