Skip to content

Commit b745138

Browse files
authored
FIX: Missing Arrowkeys "round 3" (#253)
* arabic and german translations * pretty prettier * really prettier * missing r in arrowkeys * version conflict * added missing space * Update CHANGELOG.md * Update Step1.svelte
1 parent 51912a3 commit b745138

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [1.9.7](https://github.com/workadventure/scripting-api-extra/compare/v1.9.6...v1.9.7) (2025-07-02)
22

3+
### Bug Fixes
4+
5+
- arabic and german translations ([#245](https://github.com/workadventure/scripting-api-extra/issues/245)) ([b5166c6](https://github.com/workadventure/scripting-api-extra/commit/b5166c64b111dee8d6211bb21930d888217b91b9))
6+
7+
## [1.9.7](https://github.com/workadventure/scripting-api-extra/compare/v1.9.6...v1.9.7) (2025-07-02)
8+
39

410
### Bug Fixes
511

src/Iframes/TutorialV1/Tuto/Components/Steps/Step1.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-gap-4 tw-py-1 tw-w-10/12 md:tw-w-full tw-h-full ">
1414
<img src="resources/images/tutov1/move/wokamove.png" alt="Walk" class="tw-w-[80px] sm:tw-w-[100px] tw-h-auto tw-mb-2 " />
1515
<img src="resources/images/tutov1/move/ZQSD.png" alt="Walk" class="tw-w-full tw-max-w-[300px] sm:tw-max-w-[30em] tw-h-auto tw-mb-2" />
16-
<p class="tw-text-base sm:tw-text-xl tw-text-center tw-p-0">{i18next.t('tuto.step1.use')} <strong> {i18next.t('tuto.step1.arowkeys')} </strong> {i18next.t('tuto.step1.or')} <strong> {i18next.t('tuto.step1.wasd')} </strong> {i18next.t('tuto.step1.aroundTheMap')}</p>
16+
<p class="tw-text-base sm:tw-text-xl tw-text-center tw-p-0">{i18next.t('tuto.step1.use')} <strong> {i18next.t('tuto.step1.arrowkeys')} </strong> {i18next.t('tuto.step1.or')} <strong> {i18next.t('tuto.step1.wasd')} </strong> {i18next.t('tuto.step1.aroundTheMap')}</p>
1717

1818

1919
<p class="tw-text-sm sm:tw-text-base tw-text-center tw-p-0"> <strong> {i18next.t('tuto.step1.tip')}</strong> {i18next.t('tuto.step1.describeTip')}</p>

0 commit comments

Comments
 (0)