Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Strings Exporter Settings API #326

Merged

Conversation

kisharnath
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1e83de9) 92.24% compared to head (c1f6890) 92.25%.
Report is 3 commits behind head on master.

❗ Current head c1f6890 differs from pull request most recent head 9237fe3. Consider uploading reports for the commit 9237fe3 to get more accurate results

Files Patch % Lines
src/projectsGroups/index.ts 93.34% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage   92.24%   92.25%   +0.02%     
==========================================
  Files          35       35              
  Lines        1403     1418      +15     
  Branches      118      119       +1     
==========================================
+ Hits         1294     1308      +14     
  Misses         75       75              
- Partials       34       35       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrii-bodnar andrii-bodnar linked an issue Nov 13, 2023 that may be closed by this pull request
src/projectsGroups/index.ts Outdated Show resolved Hide resolved
src/projectsGroups/index.ts Outdated Show resolved Hide resolved
src/projectsGroups/index.ts Outdated Show resolved Hide resolved
src/projectsGroups/index.ts Outdated Show resolved Hide resolved
@kisharnath
Copy link
Contributor Author

please check now

src/projectsGroups/index.ts Outdated Show resolved Hide resolved
@andrii-bodnar andrii-bodnar changed the title feat: A new feature feat: Strings Exporter Settings API Nov 13, 2023
@andrii-bodnar andrii-bodnar added the enhancement New feature or request label Nov 13, 2023
src/projectsGroups/index.ts Outdated Show resolved Hide resolved
Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kisharnath thank you!

@andrii-bodnar andrii-bodnar merged commit c21067d into crowdin:master Nov 15, 2023
8 checks passed
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Nov 16, 2023
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@crowdin/crowdin-api-client](https://togithub.com/crowdin/crowdin-api-client-js) | [`1.26.0` -> `1.27.0`](https://renovatebot.com/diffs/npm/@crowdin%2fcrowdin-api-client/1.26.0/1.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@crowdin%2fcrowdin-api-client/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@crowdin%2fcrowdin-api-client/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@crowdin%2fcrowdin-api-client/1.26.0/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@crowdin%2fcrowdin-api-client/1.26.0/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`13.4.1` -> `13.5.0`](https://renovatebot.com/diffs/npm/react-i18next/13.4.1/13.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/13.4.1/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/13.4.1/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>crowdin/crowdin-api-client-js (@&#8203;crowdin/crowdin-api-client)</summary>

### [`v1.27.0`](https://togithub.com/crowdin/crowdin-api-client-js/releases/tag/1.27.0)

[Compare Source](https://togithub.com/crowdin/crowdin-api-client-js/compare/1.26.0...1.27.0)

#### What's Changed

-   feat: Strings Exporter Settings API by [@&#8203;kisharnath](https://togithub.com/kisharnath) in [crowdin/crowdin-api-client-js#326
-   fix: `sourceStringsApi.stringBatchOperations` throws internal error inside `handleHttpClientError` by [@&#8203;kisharnath](https://togithub.com/kisharnath) in [crowdin/crowdin-api-client-js#331
-   build(deps): bump axios from 1.6.0 to 1.6.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [crowdin/crowdin-api-client-js#327

#### New Contributors

-   [@&#8203;kisharnath](https://togithub.com/kisharnath) made their first contribution in [crowdin/crowdin-api-client-js#331

**Full Changelog**: crowdin/crowdin-api-client-js@1.26.0...1.27.0

</details>

<details>
<summary>i18next/react-i18next (react-i18next)</summary>

### [`v13.5.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1350)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.4.1...v13.5.0)

-   self-closing components in translation strings should not attempt to replace the component's children [1695](https://togithub.com/i18next/react-i18next/issues/1695)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #248
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strings Exporter Settings API
2 participants