one comment inline

On 11/11/24 12:35, Timothy Nicholson wrote:
Several strings that should probably also be translated now use
the gettext function to be translated.

Signed-off-by: Timothy Nicholson <[email protected]>
---
[0]: https://bugzilla.proxmox.com/show_bug.cgi?id=5847

  www/manager6/Workspace.js              |  2 +-
  www/manager6/ceph/OSD.js               |  6 +++---
  www/manager6/ceph/OSDDetails.js        |  2 +-
  www/manager6/form/VMCPUFlagSelector.js | 24 ++++++++++++------------
  www/manager6/qemu/ProcessorEdit.js     |  2 +-
  www/manager6/window/Settings.js        |  6 +++---
  6 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 52c66108..56dde151 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -388,7 +388,7 @@ Ext.define('PVE.StdWorkspace', {
                                    },
                                },
                                {
-                                   text: 'TFA',
+                                   text: gettext('TFA'),

is it a good idea to translate this? it's mostly a technical term (which we generally don't translate), but i'd be swayed if there is an actual example where a language want
to have that translated...



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to