多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dependabot[bot] f97f2abe16
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-i18n
2 years ago
..
public init: noco-i18n 3 years ago
src feat: #1405 Latvian language support 2 years ago
.gitignore init: noco-i18n 3 years ago
LICENSE fix: Packages related to docs, static sites, i18n are moved to MIT license. DCO check not required for these. 3 years ago
README.md Update README.md 3 years ago
babel.config.js init: noco-i18n 3 years ago
package-lock.json chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-i18n 2 years ago
package.json fix: Packages related to docs, static sites, i18n are moved to MIT license. DCO check not required for these. 3 years ago

README.md

NocoDB : i18n Contribution Guide

We 've made it simple to accept new translations

  1. Our i18n translations are in google spreadsheet

    • Make a copy of it. ( file > make a copy )
    • Create a shareable link from your spreadsheet. ( share > get link > change to anyone with link )
  2. Make necessary changes for the required language column (eg. fr)

  3. Download the sheet as .csv file ( file > download > csv )

  4. Visit https://i18n.nocodb.com/

  5. Upload the CSV file (from step 3).

  6. Select the language for which you are translating (same as in step 2)

    https://i18n.nocodb.com will

    • Automatically copy the translated values to clipboard.
    • Automatically show the respective file to open and edit in our github. Example: fr.json.
    • Github will ask you to fork the repo - please do so if you haven't forked the repository and then paste the values from clipboard to the file. Alternatively you can just paste the updated JSON value to corresponding files
  7. Submit PR with a link to your spreadsheet (from step 1)


Sample screenshot of https://i18n.nocodb.com

image


Development setup

You need vue cli in order to start the application

npm install -g @vue/cli

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint