
Changed the file type of plugins/sample/po/LINGUAS, that was a symbolic link to po/LINGUAS, to be a "real" file containing only the three languages (en_US, pt_BR, zh_CN) for the sample plugin. This prevent the make command to use the Kimchi file to scan for other po files in the sample plugin directory. Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- plugins/sample/po/LINGUAS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 120000 => 100644 plugins/sample/po/LINGUAS diff --git a/plugins/sample/po/LINGUAS b/plugins/sample/po/LINGUAS deleted file mode 120000 index 4fb83a5..0000000 --- a/plugins/sample/po/LINGUAS +++ /dev/null @@ -1 +0,0 @@ -../../../po/LINGUAS \ No newline at end of file diff --git a/plugins/sample/po/LINGUAS b/plugins/sample/po/LINGUAS new file mode 100644 index 0000000..469998e --- /dev/null +++ b/plugins/sample/po/LINGUAS @@ -0,0 +1,3 @@ +en_US +pt_BR +zh_CN -- 1.9.3