diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-06-22 22:57:08 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-06-22 22:57:08 +0200 |
| commit | f9b7c2a14c939d0bb7d1ac2fcca3116e38e37f74 (patch) | |
| tree | cc20775f2d70416ef6414d265b7e1d44cce6fece /server/tests/common/mod.rs | |
| parent | 9cb8a56b406c46244e936c2f40830d0e89dba785 (diff) | |
Add support for pushing changes to a translation review
Finally got around to fixing the pre-receive hook to include quarantined
objects so the hook actually can run git commands on the not-yet-accepted
commits. As part of that, had to make sure git hook and eyeballs server
had the same path to the repo or confusion will appear.
Diffstat (limited to 'server/tests/common/mod.rs')
| -rw-r--r-- | server/tests/common/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/common/mod.rs b/server/tests/common/mod.rs index 0a9556a..62795de 100644 --- a/server/tests/common/mod.rs +++ b/server/tests/common/mod.rs @@ -138,7 +138,7 @@ const STRINGS_EN_GB_XLF: &str = r#"<?xml version="1.0" encoding="UTF-8"?> </body> </file> </xliff>"#; -const STRINGS_SV_XLF: &str = r#"<?xml version="1.0" encoding="UTF-8"?> +pub const STRINGS_SV_XLF: &str = r#"<?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file datatype="xml" source-language="en-US" original="strings.grd" target-language="sv"> <body> |
