Re: [PATCH 4/4] fs/hfsplus: Mark error strings for translation

2023-04-21 Thread Lidong Chen
> On Apr 21, 2023, at 6:10 AM, Daniel Kiper wrote: > > On Fri, Apr 21, 2023 at 12:03:52AM +0200, Vladimir 'phcoder' Serbinenko wrote: >> Is there any reason to translate those strings? They refer to deep >> HFS+ structures and problems and to common people they are meaningless >> even in their

Re: [PATCH 4/4] fs/hfsplus: Mark error strings for translation

2023-04-21 Thread Daniel Kiper
On Fri, Apr 21, 2023 at 12:03:52AM +0200, Vladimir 'phcoder' Serbinenko wrote: > Is there any reason to translate those strings? They refer to deep > HFS+ structures and problems and to common people they are meaningless > even in their language. And someone in IT is likely to understand > those co

Re: [PATCH 4/4] fs/hfsplus: Mark error strings for translation

2023-04-20 Thread Vladimir 'phcoder' Serbinenko
Is there any reason to translate those strings? They refer to deep HFS+ structures and problems and to common people they are meaningless even in their language. And someone in IT is likely to understand those concepts in English. I wouldn't know a word for "extent" in my native language. And those

[PATCH 4/4] fs/hfsplus: Mark error strings for translation

2023-04-20 Thread Lidong Chen
Signed-off-by: Lidong Chen --- grub-core/fs/hfsplus.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/grub-core/fs/hfsplus.c b/grub-core/fs/hfsplus.c index cf13e8a63..f91af1477 100644 --- a/grub-core/fs/hfsplus.c +++ b/grub-core/fs/hfsplus.c @@