code-dot-org / blockly

Blockly (Code Studio fork)
https://code-dot-org.github.io/blockly/tests/playground.html
Apache License 2.0
60 stars 26 forks source link

Adding Samoan to i18n locale #320

Closed mgc1194 closed 1 year ago

mgc1194 commented 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/

Deployment strategy

This PR will require an upgrade in Blockly version to be effective. See this example PR