* Question about Language file updates
@ 2020-12-10 17:08 Adolf Belka
2020-12-11 8:54 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2020-12-10 17:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
Hi All,
I am working on another bug fix (10743) where I am adding the checkbox name and an error message into the Language files.
My question is can git cope if two patches are submitted by different people both working on the language files. The reason I ask this is because I know Erik Kapfer is working on the language files for the OpenVPN update.
If git can't cope with two submissions for the same files changing at the same time then how do I tell when the files are no longer being changed so that I can submit my patch without creating a conflict problem.
Regards,
Adolf.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Question about Language file updates
2020-12-10 17:08 Question about Language file updates Adolf Belka
@ 2020-12-11 8:54 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-12-11 8:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]
Hi,
Git copes perfectly well with those changes.
Since the files are so long, it is quite unlikely that you are changing the file in the same place. Some add-ons use a little prefix like “ovpn” for their strings, so you literally won’t collide in the file.
The automatically generated files through “./make.sh lang” might conflict, but whoever merges them together simply can run the command again and they will be generated with the correct content.
So, please do not worry. A merge conflict isn’t a bad thing. Quite the opposite: I would like to see where those happen because we need to pay some extra attention there when we merge patches.
I hope this clears up things.
Best,
-Michael
> On 10 Dec 2020, at 18:08, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>
> Hi All,
>
> I am working on another bug fix (10743) where I am adding the checkbox name and an error message into the Language files.
>
> My question is can git cope if two patches are submitted by different people both working on the language files. The reason I ask this is because I know Erik Kapfer is working on the language files for the OpenVPN update.
>
> If git can't cope with two submissions for the same files changing at the same time then how do I tell when the files are no longer being changed so that I can submit my patch without creating a conflict problem.
>
>
> Regards,
>
> Adolf.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-11 8:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 17:08 Question about Language file updates Adolf Belka
2020-12-11 8:54 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox