-
Notifications
You must be signed in to change notification settings - Fork 11k
[FIX] *: make several untranslatable parts translatable #15851
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
[FIX] *: make several untranslatable parts translatable #15851
Conversation
|
@dylankiss @ticodoo cherrypicking of pull request #15800 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
|
@dylankiss @ticodoo this forward port of #15800 is awaiting action (not merged or closed). |
Some parts of the documention were currently not translatable: - the custom `Card` directives - the strings in the layout HTML pages - the placeholder text in the search box - the "Edit on GitHub" text on each page This commit makes sure that all of these are translatable now.
These files are not translated at the moment. We are cleaning up their outdated POT files. If we ever want them translated, we can add them back in with the sync.
686702d to
9f454b1
Compare
|
@robodoo r+ |
Some parts of the documention were currently not translatable: - the custom `Card` directives - the strings in the layout HTML pages - the placeholder text in the search box - the "Edit on GitHub" text on each page This commit makes sure that all of these are translatable now. Part-of: #15851 Signed-off-by: Tiffany Chang (tic) <[email protected]> Signed-off-by: Dylan Kiss (dyki) <[email protected]>
These files are not translated at the moment. We are cleaning up their outdated POT files. If we ever want them translated, we can add them back in with the sync. closes #15851 Signed-off-by: Tiffany Chang (tic) <[email protected]> Signed-off-by: Dylan Kiss (dyki) <[email protected]>

Some parts of the documention were currently not translatable:
CarddirectivesThis commit makes sure that all of these are translatable now.
Forward-Port-Of: #15830
Forward-Port-Of: #15800