# happycode-translate-extension-languages **Repository Path**: happycoding-cx/happycode-translate-extension-languages ## Basic Information - **Project Name**: happycode-translate-extension-languages - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # happycode-translate-extension-languages #### Languages used by the Happycode 3.0 Translate Extension ## Configuration | Variable | Default | Required | Description | | --------------------- | ----------- | -------- | --------------------------- | | `GOOGLE_CLIENT_EMAIL` | `null` | Yes | Google authentication email | | `GOOGLE_PRIVATE_KEY` | `null` | Yes | Google authentication key | _Note that to properly format `GOOGLE_PRIVATE_KEY` in an environment variable, newlines should be escaped properly:_ ```bash export GOOGLE_PRIVATE_KEY=$'-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----' ```