Closed mgc1194 closed 1 year ago
We are adding Samoan to the supported languages.
Create a directory for Samoan so that we can sync those translations and create the appropriate translation files in the code-dot-org project.
I followed the example of adding the Mongolian language: https://github.com/code-dot-org/blockly/pull/201
mkdir i18n/locales/sm-SW cp i18n/locales/en-US/core.json i18n/locales/sm-SW/
This PR will require an upgrade in Blockly version to be effective. See this example PR
We are adding Samoan to the supported languages.
Create a directory for Samoan so that we can sync those translations and create the appropriate translation files in the code-dot-org project.
I followed the example of adding the Mongolian language: https://github.com/code-dot-org/blockly/pull/201
mkdir i18n/locales/sm-SW cp i18n/locales/en-US/core.json i18n/locales/sm-SW/
Testing
Deployment strategy
This PR will require an upgrade in Blockly version to be effective. See this example PR