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

Add settings to telemetry #31

Closed
Benhalor opened this issue Dec 29, 2020 · 0 comments
Closed

Add settings to telemetry #31

Benhalor opened this issue Dec 29, 2020 · 0 comments

Comments

@Benhalor
Copy link

Benhalor commented Dec 29, 2020

The following settings should be added to the telemetry protocol
language : [u8,u8]

The language is represented using 2 letters according to iso-639-1:https://en.wikipedia.org/wiki/ISO_639-1
each letter is encoded to its ascii representation in u8

Example :
france iso code is "fr"
f representation is 102
r representation is 114
the following array should be sent : [102,114]

@dsferruzza dsferruzza mentioned this issue Jan 9, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant