cedricium / amo-cli

💻 A CLI tool used for interacting with the Mozilla Addons (AMO)
https://cedric.tech/amo-cli/
MIT License
0 stars 0 forks source link

Feature: Enable user selection of locale #7

Closed cedricium closed 6 years ago

cedricium commented 6 years ago

This is a small step in internationalizing amo-cli. These changes specifically allow the user to select their preferred locale, which is used in the lang query parameter when making GET requests aginst the AMO API. This is beneficial because the returned request will have add-on name, description, and other fields translated in the selected locale if supplied by add-on authors.

cedricium commented 6 years ago

TODOS: