Translations: Fuzzy merge of .pot files with .po files #2083

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-10-31 13:25:02 +01:00
parent 36e3600d39
commit 13d32f3294
98 changed files with 45690 additions and 32159 deletions

View File

@@ -76,14 +76,14 @@ func childAlreadyRunning(filePath string) (pid int, running bool) {
pid, err := daemon.ReadPidFile(filePath)
// RunFailed?
// Failed?
if err != nil {
return pid, false
}
process, err := os.FindProcess(pid)
// RunFailed?
// Failed?
if err != nil {
return pid, false
}