Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
translation [2019_04_29 09:02] – kam1 edit kamrantranslation [2019_04_29 09:06] – [Updating translations with new File Fabric releases] minor changes kamran
Line 84: Line 84:
 However, as with any new release, it is likely that new strings will have been introduced. With each release, the File Fabric's POT (template) files are updated, and you should perform a merge with the POT files to ensure you have no missing strings.  However, as with any new release, it is likely that new strings will have been introduced. With each release, the File Fabric's POT (template) files are updated, and you should perform a merge with the POT files to ensure you have no missing strings. 
  
-To do this, download the new POT files. For each POT file, like **sme\_code.pot**, we will want to merge it with our previous translated PO file. +To do this, download the new POT files. For each POT file, like **sme\_code.pot**, you will need to merge it with our previous translated PO file. 
  
-To merge the files we will use the **msgmerge** command, part of the gettext package, like follows:+To merge the files you can use the **msgmerge** command, part of the gettext package, like follows:
  
 ``` ```