Summary: | Translatability: Fix problem with isolated word "please" in auth.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | I18N/L10N | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | f.demians, julian.maurice, kyle, srdjan |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16540 | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt
Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt [SIGNED-OFF] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt |
Description
Marc Véron
2016-05-31 08:17:06 UTC
Created attachment 51921 [details] [review] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that in line 81 the word "please" is inside the a-tag. Oh, there are more syntax problems... Created attachment 51922 [details] [review] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Same problem exists in OPAC. Maybe do it in one go? (In reply to Srdjan Jankovic from comment #4) > Same problem exists in OPAC. Maybe do it in one go? Ah, yes. opac-auth.tt lines 90 and following. This could go to Bug 16540: Translatability in opac-auth.tt Created attachment 51956 [details] [review] [SIGNED-OFF] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Created attachment 52155 [details] [review] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Signed-off-by: Srdjan <srdjan@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 16.11, thanks Marc! Pushed in 16.05. Will be in 16.05.01. Patch pushed to 3.22.x, will be in 3.22.8 |