- Before you begin
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Cloud Translation API.
- Set up authentication with a service account so you can access the API from your local workstation.
- Get API key for your project
- Set API key to 'GGC_KEY_TRANSLATE' from .env.development
- Source Language ~> locales/source/en.json
- Target Language ~> locales/target/** || PHP Language -> locales/target_php/**
- Setup to ~> src/language/language.service.ts
- Run "yarn && yarn dev"