-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
Description
We may want to render versions of the census in Japanese, German, and French at some point in the future.
The mount and minion names are localised by Square to each language. So it would be valuable to retrieve those.
Use Case
As a consumer of the lodestone client I may wish to fetch a mount/minion name, and the name of the item that grants it in my local language.
Proposed Solution
- Default language of english added to client initializer.
- Client fetches only default language by default.
- Client will fetch additional languages if instructed to.
- Translated string values will be persisted in under their ISO-639-1 code as keys, even if only default language is selected
Other information
Keys should be:
- de
- en
- en-us
- fr
- ja
Example urls:
- de - https://eu.finalfantasyxiv.com/lodestone/character/11886902/minion/tooltip/090ae4ceca72d52ecf5e6b7fe7043d8f329efbfc
- en - https://eu.finalfantasyxiv.com/lodestone/character/11886902/minion/tooltip/090ae4ceca72d52ecf5e6b7fe7043d8f329efbfc
- en-us - https://na.finalfantasyxiv.com/lodestone/character/11886902/minion/tooltip/090ae4ceca72d52ecf5e6b7fe7043d8f329efbfc
- fr - https://eu.finalfantasyxiv.com/lodestone/character/11886902/minion/tooltip/090ae4ceca72d52ecf5e6b7fe7043d8f329efbfc
- jp - https://jp.finalfantasyxiv.com/lodestone/character/11886902/minion/tooltip/090ae4ceca72d52ecf5e6b7fe7043d8f329efbfc
Acknowledge
- I may be able to implement this feature request
- This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or request
Type
Projects
Status
In Progress