File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,18 @@ in the po/ directory, where XX.po is the file you want to update.
159
159
Once you are done testing the translation (see below), commit the result
160
160
and ask the l10n coordinator to pull from you.
161
161
162
+ Fuzzy translation
163
+ -----------------
164
+
165
+ Fuzzy translation is a translation marked by comment "fuzzy" to let you
166
+ know that the translation is out of date because the "msgid" has been
167
+ changed. A fuzzy translation will be ignored when compiling using "msgfmt".
168
+ Fuzzy translation can be marked by hands, but for most cases they are
169
+ marked automatically when running "msgmerge" to update your "XX.po" file.
170
+
171
+ After fixing the corresponding translation, you must remove the "fuzzy"
172
+ tag in the comment.
173
+
162
174
163
175
Testing your changes
164
176
--------------------
You can’t perform that action at this time.
0 commit comments