You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change value for repo_languages to include union of manifest values and repo lang prefix values.
Consider the following scenario:
suppose xx_gl has only one repo named xx_tn, which was forked from unfoldingword/en_tn
the manifest has not yet been updated to be 'xx' and remains 'en'
then repo languages would only show 'en', which will not work with the tooling which will try to open xx_gl/en_tn which does not exist
This proposed change will show both 'xx' and 'en' in the array of repo_languages. As long as the user selects 'xx' for their language in the tools, then things will work.
The text was updated successfully, but these errors were encountered:
There's a lot of work that has been done on `.dockerignore`:
- #329
- #2927
- #8338
And finally, it has been deleted by #2927.
This is a copy of the `.gitignore`.
Creating a soft link is more elegant, but it may cause trouble to the Windows users.
Change value for repo_languages to include union of manifest values and repo lang prefix values.
Consider the following scenario:
xx_gl
has only one repo namedxx_tn
, which was forked fromunfoldingword/en_tn
xx_gl/en_tn
which does not existThis proposed change will show both 'xx' and 'en' in the array of repo_languages. As long as the user selects 'xx' for their language in the tools, then things will work.
The text was updated successfully, but these errors were encountered: