We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ms-Resource is a configurable microservice that will provide i18n type of data
It uses Excel as the source data and will do the conversion.
The request looks like
/{context}/{locale}
Context represents a set of excel sheets.
Configuration looks like
Default locale : en Contexts:
The second is a short cut for more common usages where there is only one file and sheet
The data looks like
Key locale locale locale
The key is dot notation and each dot will be represented as a json path
The default locale will be used as a fall back when the resource was not found for a given locale.
If a locale does not have a value then the output of the value is (locale requested) + default locale value
If the default locale value is also missing then the output is
(locale requested) key name
The text was updated successfully, but these errors were encountered:
Allowed Accept and Accept-Language to be passed in
3caa351
The language would eventually be required for #7
trajano
No branches or pull requests
Ms-Resource is a configurable microservice that will provide i18n type of data
It uses Excel as the source data and will do the conversion.
The request looks like
/{context}/{locale}
Context represents a set of excel sheets.
Configuration looks like
Default locale : en
Contexts:
. Sheets:
. Sheet: sheet name
. File: excel file
. Sheet sheet name
The second is a short cut for more common usages where there is only one file and sheet
The data looks like
Key locale locale locale
The key is dot notation and each dot will be represented as a json path
The default locale will be used as a fall back when the resource was not found for a given locale.
If a locale does not have a value then the output of the value is (locale requested) + default locale value
If the default locale value is also missing then the output is
(locale requested) key name
The text was updated successfully, but these errors were encountered: