forked from xvrh/localize-with-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releases: [email protected] [email protected] [email protected] @lokse/[email protected] @lokse/[email protected] @lokse/[email protected] @lokse/[email protected] [skip ci]
- Loading branch information
1 parent
b098579
commit a3e6f4c
Showing
15 changed files
with
223 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# lokse-doc-site | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# example | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# lokse | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b098579] | ||
- @lokse/core@2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "lokse", | ||
"description": "Tool to efficient usage of translations stored in google spreadsheet", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Lukas Horak", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# @lokse/core | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lokse/core", | ||
"description": "Core of localization from spreadsheet solution lokse", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Lukas Horak", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# @lokse/plugin-fallback | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b098579] | ||
- @lokse/core@2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lokse/plugin-fallback", | ||
"description": "Plugin for fallbacking missing translations to the default language translation", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Lukáš Horák", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# @lokse/plugin-non-breaking-spaces | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b098579] | ||
- @lokse/core@2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lokse/plugin-non-breaking-spaces", | ||
"description": "", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Filip Kubík", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# @lokse/plugin-prettier | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
||
- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. | ||
|
||
*** | ||
|
||
**Authenticate with Application Default Credentials** | ||
|
||
If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc). | ||
|
||
*** | ||
|
||
**Other changes:** | ||
|
||
- [dcbb5ee] ➕ Add turbo | ||
- [063327c] 💚 Update CI configs | ||
- [47b9108] ♻️ Update prettier config | ||
- [79475bc] ⬆️ [email protected] | ||
- [c9d6048] ⬆️ Upgrade prettier | ||
- [791d7ab] ✅ Fix tests | ||
- [5a977ff] ⬆️ upgrade [email protected] | ||
- [4ee1a63] ⬆️ @types/node@20.x | ||
- [ef1b926] Require Node >=20 & upgrade to [email protected] | ||
- [db36e47] ✨ Add support for application default credentials | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b098579] | ||
- @lokse/core@2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lokse/plugin-prettier", | ||
"description": "Lokse plugin used to format output translations file using prettier", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"author": { | ||
"name": "Lukas Horak", | ||
"email": "[email protected]" | ||
|