remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

auto switch repo based on current language

Open drafish opened this issue 5 months ago • 1 comments

Here are the build-in repos

export const repoMap = {
  en: {
    name: 'ethereum/remix-workshops',
    branch: 'master',
  },
  zh: {
    name: 'ethereum/remix-workshops',
    branch: 'cn',
  },
}

Just add them into repoMap, if there are any other repos of other languages.

@ryestew You need to update the chinese repo, it's not the latest.

drafish avatar Sep 21 '24 03:09 drafish