File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.2.0 (unreleased )
4
+ 1.2.0 (2025-04-04 )
5
5
------------------
6
6
7
7
- #42 Fix cannot enter small decimals in breakpoint table
Original file line number Diff line number Diff line change @@ -72,13 +72,9 @@ DOMAIN=senaite.ast
72
72
echo " Processing Domain $DOMAIN "
73
73
# Flush the english .po files, other .po files won't be synced otherwise
74
74
echo -n " " > $LOCALES /en/LC_MESSAGES/$DOMAIN .po
75
- # Re-scan the source code for new strings and create a temporary $DOMAIN-tmp.pot
76
- $I18N rebuild-pot --pot $LOCALES /$DOMAIN -tmp.pot --exclude " $EXCLUDE " --create $DOMAIN $SRC
77
- # Merge the manual translations of $DOMAIN-manual.pot into the temporary $DOMAIN-tmp.pot
78
- $I18N merge --pot $LOCALES /$DOMAIN -tmp.pot --merge $LOCALES /$DOMAIN -manual.pot
79
- # Overwrite the existing $DOMAIN.pot
80
- mv $LOCALES /$DOMAIN -tmp.pot $LOCALES /$DOMAIN .pot
81
- # Synchronize all .po files with the new $DOMAIN.pot
75
+ # Scan the source code for new strings and create a .pot file
76
+ $I18N rebuild-pot --pot $LOCALES /$DOMAIN .pot --exclude " build" --create $DOMAIN $SRC
77
+ # Synchronize all .po files with the new .pot file
82
78
$I18N sync --pot $LOCALES /$DOMAIN .pot $LOCALES /* /LC_MESSAGES/$DOMAIN .po
83
79
echo " Processing Domain $DOMAIN [DONE]"
84
80
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ SRC_DIR = '${buildout:directory}/src/senaite'
13
13
YEAR_FROM = "2020"
14
14
TEMPLATE = """# -*- coding: utf-8 -*-
15
15
#
16
- # This file is part of SENAITE.AST .
16
+ # This file is part of SENAITE.MICROORGANISM .
17
17
#
18
- # SENAITE.AST is free software: you can redistribute it and/or modify it under
19
- # the terms of the GNU General Public License as published by the Free
18
+ # SENAITE.MICROORGANISM is free software: you can redistribute it and/or modify
19
+ # it under the terms of the GNU General Public License as published by the Free
20
20
# Software Foundation, version 2.
21
21
#
22
22
# This program is distributed in the hope that it will be useful, but WITHOUT
You can’t perform that action at this time.
0 commit comments