wordpress-mobile / gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
GNU General Public License v2.0
241 stars 55 forks source link

build: Fix i18n test script path #6704

Closed dcalhoun closed 6 months ago

dcalhoun commented 6 months ago

Description

Adjust an inability to load the used strings file path due to the script now relying upon changing directories. Similar changes were made in https://github.com/wordpress-mobile/gutenberg-mobile/pull/6700.

Testing Instructions

Verify running npm run i18n:update:test succeeds in creating an VCS-ignored, top-level i18n-test directory.

PR submission checklist: