OSDN Git Service

Fix the issue of missing part of the date in the Brazilian line in TranslationsStatus.md.
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 22 Apr 2023 05:51:52 +0000 (14:51 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 22 Apr 2023 05:51:52 +0000 (14:51 +0900)
Translations/GetTranslationsStatus.py
Translations/TranslationsStatus.md

index c411237..d296321 100644 (file)
@@ -504,14 +504,14 @@ class PoStatus(Status):
                       tmp = rePoRevisionDate.findall(sMsgStr)
                       if tmp: #If "PO-Revision-Date"...
                           #TODO: Convert to date!
-                          self._porevisiondate = tmp[0]
+                          self._porevisiondate = tmp[0].strip()
                       tmp = rePotCreationDate.findall(sMsgStr)
                       if tmp: #If "POT-Creation-Date"...
                           #TODO: Convert to date!
-                          self._potcreationdate = tmp[0]
+                          self._potcreationdate = tmp[0].strip()
                       tmp = rePoeditLanguage.findall(sMsgStr)
                       if tmp: #If "X-Poedit-Language"...
-                          self._poeditlanguage = tmp[0]
+                          self._poeditlanguage = tmp[0].strip()
                   sMsgId = ''
                   sMsgStr = ''
                   bIsFuzzy = False
index 9a5593d..48ff5e7 100644 (file)
@@ -1,6 +1,6 @@
 # Translations Status
 
-Status from **2023-04-21**:
+Status from **2023-04-22**:
 
 ## WinMerge
 
@@ -8,7 +8,7 @@ Status from **2023-04-21**:
 |:---------------------|------:|-----------:|------:|-------------:|---------:|:-----------:|
 | Arabic               |  1287 |        897 |     0 |          390 |     69 % |  2019-12-30 |
 | Basque               |  1287 |        639 |     0 |          648 |     49 % |  2013-02-03 |
-| Brazilian            |  1287 |       1287 |     0 |            0 |    100 % |   2023-04-1 |
+| Brazilian            |  1287 |       1287 |     0 |            0 |    100 % |  2023-04-16 |
 | Bulgarian            |  1287 |       1019 |     0 |          268 |     79 % |  2021-06-28 |
 | Catalan              |  1287 |       1182 |     0 |          105 |     91 % |             |
 | ChineseSimplified    |  1287 |       1287 |     0 |            0 |    100 % |             |