Description of problem: I encountered error message saying "The expression '% a' is not present in the translation." while translating strings below[1] on transifex[2]. So, I couldn't save translation strings. But, this string '% a' is not gettext expression. If there is a blank characters following '%', you should not check it, shouldn't you? Version-Release number of selected component (if applicable): Fedora 19 How reproducible: Always. Steps to Reproduce: 1. Go to Fedora Security Guide on Transifex. 2. Translate strings that contains character '%'. e.g. https://fedora.transifex.com/projects/p/fedora-security-guide/translate/#ja/Pam/12083673 3. Click "Save". Actual results: "The expression '% a' is not present in the translation." Expected results: Save translated strings. Additional info:
Created attachment 744353 [details] Patch fixing the 100% issue
Is this an acceptable fix?
It looks well. However, can't a writer using transifex use '%' character?
I have no idea. I wouldn't think that the '%' character would be bad unless it would need to be escaped as a variable. I'd prefer to use a word there instead of the number.
Thanks a lot. please use a word there instead of the number. please close this issue. In some case, you can use "%" instead of '%'.
Created attachment 748312 [details] [PATCH] initial import
Created attachment 748313 [details] [PATCH] test commit SELinux_User_Guide/en-US/Contexts_and_Attributes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Created attachment 748325 [details] [PATCH] end test commit. it works. wee SELinux_User_Guide/en-US/Contexts_and_Attributes.xml | 1 - 1 file changed, 1 deletion(-)
Created attachment 748326 [details] [PATCH] 3.2. SELinux Contexts for Subjects - adding content --- .../en-US/Contexts_and_Attributes.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+)
Created attachment 748327 [details] [PATCH] fixing possibly broken book ;) .../en-US/Contexts_and_Attributes.xml | 46 ++-------------------- 1 file changed, 4 insertions(+), 42 deletions(-)
Created attachment 748328 [details] [PATCH] update to include next chapter SELinux_User_Guide/en-US/SELinux_User_Guide.xml | 1 + 1 file changed, 1 insertion(+)
Created attachment 748329 [details] [PATCH] starting new chapter on Targeted Policy SELinux_User_Guide/en-US/Targeted_Policy.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Sorry, just added wrong patch!