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
Currently compile_format doesn't have any template functions:
compile_format
https://github.com/Smartling/smartling-cli/blob/master/compile_format.go#L38
It would be nice to have some useful ones:
https://github.com/Masterminds/sprig
In addition, it would be nice to have some predefined template variables:
Path
Name
Dir
Base
Ext
Locale
EXAMPLE:
EXAMPLE
Please see https://github.com/Fitbit/smartling/blob/master/model/project_resource.go#L35
The text was updated successfully, but these errors were encountered:
Thanks for feedback. It makes sense and we will schedule this improvement.
Sorry, something went wrong.
Is this being considered?
No branches or pull requests
Currently
compile_format
doesn't have any template functions:https://github.com/Smartling/smartling-cli/blob/master/compile_format.go#L38
It would be nice to have some useful ones:
https://github.com/Masterminds/sprig
In addition, it would be nice to have some predefined template variables:
Path
- original file pathName
- original file name without extensionDir
- original file directory pathBase
- original file name with extensionExt
- original file extensionLocale
- project locale code valueEXAMPLE
:Please see https://github.com/Fitbit/smartling/blob/master/model/project_resource.go#L35
The text was updated successfully, but these errors were encountered: