-
Notifications
You must be signed in to change notification settings - Fork 11k
[FIX] *: make several untranslatable parts translatable #15830
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
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 |
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.
84a9554 to
d4fbccf
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: #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
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 #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
|
@dylankiss @ticodoo staging failed: ci/runbot on ad0af8515bfe52d7c2fd45a6116a92f9b6b3f131 (view more at https://runbot.odoo.com/runbot/batch/2297157/build/96658116) |
|
@robodoo retry |
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: #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
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 #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
|
@dylankiss @ticodoo staging failed: ci/runbot on ad08cb4ee75ab8ed062ee73c9ab4d0e3852002f7 (view more at https://runbot.odoo.com/runbot/batch/2297169/build/96659150) |
|
@robodoo retry |
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: #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
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 #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
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: #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
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 #15830 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com> Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>

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