* [PATCH] ship language files in Core Update 133
@ 2019-06-10 18:22 Peter Müller
2019-06-10 18:30 ` Matthias Fischer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-06-10 18:22 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
These were missing in Core Update 132, and some strings
(especially on the "CPU vulnerabilities" page) missed translations.
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/core/133/filelists/files | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/rootfiles/core/133/filelists/files b/config/rootfiles/core/133/filelists/files
index 7998df231..212211dd7 100644
--- a/config/rootfiles/core/133/filelists/files
+++ b/config/rootfiles/core/133/filelists/files
@@ -11,3 +11,4 @@ usr/local/bin/update-ids-ruleset
usr/sbin/convert-ids-modifysids-file
usr/sbin/convert-snort
var/ipfire/ids-functions.pl
+var/ipfire/langs
--
2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ship language files in Core Update 133
2019-06-10 18:22 [PATCH] ship language files in Core Update 133 Peter Müller
@ 2019-06-10 18:30 ` Matthias Fischer
2019-06-10 19:13 ` Peter Müller
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2019-06-10 18:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 967 bytes --]
Hi,
I can them here(?):
Best,
Matthias
https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=config/rootfiles/core/132/filelists/files;h=22065cfdfaee373e0591ad090cd6e31fb945c18b;hb=refs/heads/core132
On 10.06.2019 20:22, Peter Müller wrote:
> These were missing in Core Update 132, and some strings
> (especially on the "CPU vulnerabilities" page) missed translations.
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/core/133/filelists/files | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/config/rootfiles/core/133/filelists/files b/config/rootfiles/core/133/filelists/files
> index 7998df231..212211dd7 100644
> --- a/config/rootfiles/core/133/filelists/files
> +++ b/config/rootfiles/core/133/filelists/files
> @@ -11,3 +11,4 @@ usr/local/bin/update-ids-ruleset
> usr/sbin/convert-ids-modifysids-file
> usr/sbin/convert-snort
> var/ipfire/ids-functions.pl
> +var/ipfire/langs
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ship language files in Core Update 133
2019-06-10 18:30 ` Matthias Fischer
@ 2019-06-10 19:13 ` Peter Müller
2019-06-10 19:17 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-06-10 19:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]
Hello Matthias,
thanks for the feedback.
I observed an older version of the language files to be present
on Core Update 132 - just grep for "Prozessorverwundbarkeitsentschärfungen"
in /var/ipfire/langs/de.pl (was introduced with the vulnerabilities.cgi
file.
Did I mention I really like this translation? ;-)
Thanks, and best regards,
Peter Müller
Matthias Fischer:
> Hi,
>
> I can them here(?):
>
> Best,
> Matthias
>
> https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=config/rootfiles/core/132/filelists/files;h=22065cfdfaee373e0591ad090cd6e31fb945c18b;hb=refs/heads/core132
>
> On 10.06.2019 20:22, Peter Müller wrote:
>> These were missing in Core Update 132, and some strings
>> (especially on the "CPU vulnerabilities" page) missed translations.
>>
>> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
>> ---
>> config/rootfiles/core/133/filelists/files | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/config/rootfiles/core/133/filelists/files b/config/rootfiles/core/133/filelists/files
>> index 7998df231..212211dd7 100644
>> --- a/config/rootfiles/core/133/filelists/files
>> +++ b/config/rootfiles/core/133/filelists/files
>> @@ -11,3 +11,4 @@ usr/local/bin/update-ids-ruleset
>> usr/sbin/convert-ids-modifysids-file
>> usr/sbin/convert-snort
>> var/ipfire/ids-functions.pl
>> +var/ipfire/langs
>>
>
--
The road to Hades is easy to travel.
-- Bion of Borysthenes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ship language files in Core Update 133
2019-06-10 19:13 ` Peter Müller
@ 2019-06-10 19:17 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2019-06-10 19:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1805 bytes --]
Hi,
> On 10 Jun 2019, at 20:13, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Hello Matthias,
>
> thanks for the feedback.
>
> I observed an older version of the language files to be present
> on Core Update 132 - just grep for "Prozessorverwundbarkeitsentschärfungen"
> in /var/ipfire/langs/de.pl (was introduced with the vulnerabilities.cgi
> file.
I only added that after the update was branched. So the files were included but certain strings were missing.
> Did I mention I really like this translation? ;-)
Yes, but don’t scare the non-German speakers with too long words…
>
> Thanks, and best regards,
> Peter Müller
>
> Matthias Fischer:
>> Hi,
>>
>> I can them here(?):
>>
>> Best,
>> Matthias
>>
>> https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=config/rootfiles/core/132/filelists/files;h=22065cfdfaee373e0591ad090cd6e31fb945c18b;hb=refs/heads/core132
>>
>> On 10.06.2019 20:22, Peter Müller wrote:
>>> These were missing in Core Update 132, and some strings
>>> (especially on the "CPU vulnerabilities" page) missed translations.
>>>
>>> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
>>> ---
>>> config/rootfiles/core/133/filelists/files | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/config/rootfiles/core/133/filelists/files b/config/rootfiles/core/133/filelists/files
>>> index 7998df231..212211dd7 100644
>>> --- a/config/rootfiles/core/133/filelists/files
>>> +++ b/config/rootfiles/core/133/filelists/files
>>> @@ -11,3 +11,4 @@ usr/local/bin/update-ids-ruleset
>>> usr/sbin/convert-ids-modifysids-file
>>> usr/sbin/convert-snort
>>> var/ipfire/ids-functions.pl
>>> +var/ipfire/langs
>>>
>>
>
> --
> The road to Hades is easy to travel.
> -- Bion of Borysthenes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-10 19:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 18:22 [PATCH] ship language files in Core Update 133 Peter Müller
2019-06-10 18:30 ` Matthias Fischer
2019-06-10 19:13 ` Peter Müller
2019-06-10 19:17 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox