public static void copyLanguageJSAccessories(Language language, String targetSourcePath) {
   copyLanguageJSAccessories(language.getBundleHome().getPath(), targetSourcePath);
 }