stable

Clone or download

Read-only

fix: use unicode for registered symbol

Instead of the ascii variant (R), we should use ® instead. Due to the fact that our current gettext extraction does not handle non-ascii characters in source strings, we have to do a str_replace afterwards. This is applied only on SAFe® and Scaled Agile Framework® trademarks. By the way, since it is a trademark, the correpsonding category should not be in uppercase, we should keep the lowercased e in SAFe® Part of story #22210: select SAFe templates at project creation Change-Id: Id9c3501c613816c6710329ba7fd73a871082151c

Modified Files

Name
A plugins/program_management/include/Templates/AsciiRegisteredToUnicodeConvertor.php +38 −0 Go to diff View file
A plugins/program_management/include/Templates/AsciiRegisteredToUnicodeConvertorTest.php +36 −0 Go to diff View file
M plugins/program_management/include/Templates/ProgramTemplate.php +11 −4 Go to diff View file
M plugins/program_management/include/Templates/TeamTemplate.php +11 −4 Go to diff View file
M plugins/program_management/include/Templates/TemplateCategorySAFe.php +6 −1 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +5 −6 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateSelection.test.ts +2 −0 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateSelection.vue +11 −1 Go to diff View file
M src/scripts/project/registration/src/type.ts +1 −0 Go to diff View file
M src/themes/BurningParrot/css/project-registration/project-registration.scss +4 −0 Go to diff View file