-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0064 - po.vim.json
More file actions
43 lines (43 loc) · 2.29 KB
/
0064 - po.vim.json
File metadata and controls
43 lines (43 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"script_id": "64",
"display_name": "po.vim",
"summary": "PO (portable object) helper functions",
"name": "po.vim",
"script_type": "utility",
"description": " PO files are textfiles which contains translations. These are used by localized programs using gettext.\n Ever saw the Emacs PO mode? It's great. This little filetype plugin tries to at least give you some help editing those PO files, and while it's certainly not (yet?) as good as the Emacs PO mode, it's good enough to get the work done.\n This script adds some menu entries. No keystrokes defined. There are search functions for the next untranslated entry, the next fuzzy entry, or both; there's a \"remove fuzzy\" entry. To edit longer entries use \"remove quotes\"; you then can edit the entry as you like (using \"gq\", for instance); afterwards add the quotes again with \"add quotes\". When you're finished, send your file to the translation project (but take care that you filename must be the name the TP Robot requires - use a symlink, for instance).",
"install_details": " You can just source it, but it's better to put it into a filetype plugin directory, such as .vim/ftplugin. Vim will then load it automatically.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=433",
"filename": "po.vim",
"script_version": "20011221",
"date": "2001-12-21",
"vim_version": "6.0",
"author": {
"user_id": "38",
"user_name": "Highbrow",
"first_name": "Michael",
"last_name": "Piefel",
"email": "piefel@informatik.hu-berlin.de",
"homepage": ""
},
"release_notes": "This Christmas release features an improved \"Send to Translation Project\" function. The plugin can now figure out the correct subject to use for the robot. Core functionality is unchanged."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=118",
"filename": "po.vim",
"script_version": "20010530",
"date": "2001-08-20",
"vim_version": "6.0",
"author": {
"user_id": "38",
"user_name": "Highbrow",
"first_name": "Michael",
"last_name": "Piefel",
"email": "piefel@informatik.hu-berlin.de",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}