mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #28] [MERGED] Add localization commands #236
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/28
Author: @rudrankriyam
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/localizations📝 Commits (2)
0cef68fAdd localization commands.3ec033cFix localization validation ordering.📊 Changes
8 files changed (+2124 additions, -9 deletions)
View changed files
📝
cmd/commands.go(+1 -0)📝
cmd/commands_test.go(+70 -0)➕
cmd/localizations.go(+1043 -0)➕
cmd/localizations_test.go(+68 -0)📝
internal/asc/client.go(+533 -9)📝
internal/asc/client_http_test.go(+225 -0)📝
internal/asc/client_test.go(+44 -0)📝
internal/asc/output_test.go(+140 -0)📄 Description
Summary
localizationsCLI commands for listing, downloading, and uploading .strings metadataTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.