diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-06-30 14:09:20 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-07-01 10:11:10 +0200 |
| commit | dfa7781033a0d62e84c632ef216208d29e7633c8 (patch) | |
| tree | 57789b8dd44bf0cbdbd4464a24d009c472f380ff /tests/i18n/project_dir/app_no_locale/test.html | |
| parent | 8feb2a49fa37528823cc900bbd9609319738193e (diff) | |
Fixed #32144 -- Made makemessages remove temporary files when locale path doesn't exist.
Diffstat (limited to 'tests/i18n/project_dir/app_no_locale/test.html')
| -rw-r--r-- | tests/i18n/project_dir/app_no_locale/test.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/i18n/project_dir/app_no_locale/test.html b/tests/i18n/project_dir/app_no_locale/test.html new file mode 100644 index 0000000000..1caebc9e15 --- /dev/null +++ b/tests/i18n/project_dir/app_no_locale/test.html @@ -0,0 +1,4 @@ +A non-Python file will be classed as translatable. + +The temporary file created from this should be removed from the file system if +an error is raised. |
