mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	patch 8.2.0129: MS-Windows installer doesn't use Turkish translations
Problem:    MS-Windows installer doesn't use Turkish translations.
Solution:   Enable the Turkish translations and fix a few. (Emir Sarı,
            closes #5493)
			
			
This commit is contained in:
		| @@ -176,6 +176,7 @@ Page custom SetCustom ValidateCustom | ||||
|     !include "lang\japanese.nsi" | ||||
|     !include "lang\simpchinese.nsi" | ||||
|     !include "lang\tradchinese.nsi" | ||||
|     !include "lang\turkish.nsi" | ||||
| !endif | ||||
|  | ||||
| ########################################################## | ||||
|   | ||||
| @@ -66,12 +66,12 @@ LangString str_desc_start_menu      ${LANG_TURKISH} \ | ||||
| LangString str_section_edit_with    ${LANG_TURKISH} \ | ||||
|     "Vim ile Aç" | ||||
| LangString str_desc_edit_with       ${LANG_TURKISH} \ | ||||
|     "Vim'i $\"Birlikte aç$\" sağ tıklama menüsüne ekler." | ||||
|     "Vim'i $\"Birlikte aç$\" sağ tık menüsüne ekler." | ||||
|      | ||||
|  LangString str_section_vim_rc       ${LANG_TURKISH} \ | ||||
|     "Bir konfigürasyon dosyası oluştur" | ||||
|     "Bir yapılandırma dosyası oluştur" | ||||
| LangString str_desc_vim_rc          ${LANG_TURKISH} \ | ||||
|     "Eğer yoksa bir konfigürasyon dosyası (_vimrc) oluşturur." | ||||
|     "Eğer yoksa bir yapılandırma dosyası (_vimrc) oluşturur." | ||||
|  | ||||
| LangString str_group_plugin         ${LANG_TURKISH} \ | ||||
|     "Eklenti dizinleri oluştur" | ||||
| @@ -108,7 +108,7 @@ LangString str_desc_unregister      ${LANG_TURKISH} \ | ||||
| LangString str_unsection_exe        ${LANG_TURKISH} \ | ||||
|     "Vim programını ve çalıştırma dosyalarını kaldır" | ||||
| LangString str_desc_rm_exe          ${LANG_TURKISH} \ | ||||
|     "Tüm Vim çalıştırılabilir dosyalarını ve diğer dosyaları kaldırır." | ||||
|     "Vim çalıştırılabilir dosyalarını ve diğer dosyaları kaldırır." | ||||
|  | ||||
| LangString str_ungroup_plugin       ${LANG_TURKISH} \ | ||||
|     "Eklenti dizinlerini kaldır" | ||||
| @@ -128,7 +128,7 @@ LangString str_desc_rm_plugin_vim   ${LANG_TURKISH} \ | ||||
| LangString str_unsection_rootdir    ${LANG_TURKISH} \ | ||||
|     "Vim kök dizinini kaldır" | ||||
| LangString str_desc_rm_rootdir      ${LANG_TURKISH} \ | ||||
|     "Vim kök dizinini kaldırır. Bu dizin Vim konfigürasyon dosyalarını içerir!" | ||||
|     "Vim kök dizinini kaldırır. Bu dizin Vim yapılandırma dosyalarını içerir!" | ||||
|      | ||||
|  LangString str_msg_install_fail  ${LANG_TURKISH} \ | ||||
|     "Yükleme başarısız oldu. Yeniden deneyin." | ||||
|   | ||||
| @@ -742,6 +742,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     129, | ||||
| /**/ | ||||
|     128, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user