Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Oct 7, 2022
1 parent 6d5cb9b commit aa67224
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/libraries/extensions/extensionLoader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ import {FormattedMessage} from 'react-intl';
import iconImage from './extensionLoader.png';
import insetImage from './extensionLoader-small.svg';

const version = 'xcratch-0.3.2';

const translationMap = {
'ja': {
'gui.extension.extensionLoader.name': '拡張機能を読み込む',
'gui.extension.extensionLoader.description': '拡張機能をインターネットから読み込む。'
'gui.extension.extensionLoader.description': `拡張機能をインターネットから読み込む。 (${version})`
},
'ja-Hira': {
'gui.extension.extensionLoader.name': 'かくちょうきのうをよみこむ',
'gui.extension.extensionLoader.description': 'かくちょうきのうをインターネットからよみこむ。'
'gui.extension.extensionLoader.description': `かくちょうきのうをインターネットからよみこむ。 (${version})`
}
};

Expand Down

0 comments on commit aa67224

Please sign in to comment.