diff --git a/colab_convert/lang/ar_DZ.py b/colab_convert/lang/ar_DZ.py
new file mode 100644
index 0000000..041c642
--- /dev/null
+++ b/colab_convert/lang/ar_DZ.py
@@ -0,0 +1,86 @@
+############################
+## Multi Language Support ##
+############################
+
+# you can use this as template to create new language support for the project!
+
+# words not to edit are "colab-convert" "ipynb" "py"
+# only edit the message after the equal sign
+
+##############
+## Arabic ##
+## ar_DZ ##
+##############
+
+# default messages
+help_main_1_msg = 'جميع العلامات اختيارية ولديها تعيينات افتراضية للحصول على أفضل النتائج'
+help_main_2_msg = 'استخدام العلامات لتمكين أو تعطيل وظائف معينة تشغيل / إيقاف بشكل افتراضي'
+lang_detected_msg = 'تم الاكتشاف كلغة مدعومة '
+outputs_msg = 'تظهر النواتج من المحول'
+convert_magic_msg = 'تحويل الاوامر السحرية'
+un_comment_msg = 'التعليق على الأوامر السحرية غير المدعومة'
+imports_msg = 'حفظ الواردات الجديدة التي أدلى بها المحول'
+add_imports_cell_msg = 'إضافة عمليات استيراد جديدة إلى أعلى الملف'
+help_called_msg = 'ضع رسالة المساعدة'
+file_ext_msg = 'الملف يجب ان يكون بصيغة .ipynb او .py'
+set_output_ext_msg = 'تعيين ملف الإخراج إلى'
+specify_file_msg = 'حدد على الاقل ملف واحد للتحويل'
+usage_msg = 'الاستعمال: colab-convert '
+un_command_det_msg = 'تم اكتشاف امر غير مدعوم'
+comment_un_cmd_msg = 'التعليق خارج أمر غير مدعوم'
+def_set_ret_mag_msg = 'الإعدادات الافتراضية هي الاحتفاظ بالأوامر السحرية'
+ret_mag_det_msg = 'تم اكتشافه ، لن يتم إجراء عمليات استيراد جديدة'
+convert_time_msg = 'استغرق التحويل'
+log_file_msg = 'تم إنشاء ملف السجل'
+ac_over_nc_msg = 'الأسبقية'
+ac_over_nc_fall_msg = 'استعمال'
+rm_over_cm_msg = 'الأسبقية'
+rm_over_cm_fall_msg = 'استعمال'
+cmd_det_msg = 'اكتشف الامر'
+in_file_msg = 'ملف الإدخال'
+in_file_convert_msg = 'ملف الإدخال للتحويل'
+out_file_msg = 'مخرج الملف'
+out_file_convert_msg = 'ملف الإخراج للكتابة إليه'
+flags_help_msg = 'أعلام إضافية لتمريرها إلى المحول'
+help_flag_msg = 'اضهار رسالة المساعدة هذه'
+def_flag_msg = 'مجموعة الإشارات الافتراضية'
+def_flag_tip_msg = 'يتم تحديد القيم الافتراضية من خلال ملف الإدخال'
+convert_msg = 'تحويل السحر'
+auto_comment_msg = 'التعليق التلقائي'
+avl_flags_msg = 'الأعلام المتوفرة'
+avl_flags_tip_msg = 'تبديل بعض العناصر أو إيقاف تشغيلها'
+rm_info_msg = 'احتفظ بالأوامر السحرية في الإخراج'
+cm_info_msg = 'تحويل الأوامر السحرية إلى كود بيثون'
+ac_info_msg = 'تحويل الأوامر السحرية غير المدعومة إلى تعليقات'
+nc_info_msg = 'احتفظ بالأوامر السحرية غير المدعومة'
+ni_info_msg = 'لا تقم بإضافة الواردات من الأوامر السحرية المحولة'
+out_info_msg = 'مخرجات وحدة التحكم في التحويلات وأسطر التعليق'
+no_lang_msg = 'لم يتم اكتشاف لغة في الأمر'
+lang_info_msg = 'لغة لتغيير رسائل الإخراج إليها'
+lang_not_supported_msg = 'اللغة غير مدعومة'
+lang_supported_msg = 'اللغة مدعومة'
+
+# default words
+convert_wrd = 'حول'
+converted_wrd = 'تم التحويل'
+finished_wrd = 'اكتمل'
+default_wrd = 'الافتراضية'
+to_wrd = 'الى'
+flags_wrd = 'الاعلام'
+usage_wrd = 'الاستعمال'
+example_wrd = 'مثال'
+seconds_wrd = 'الثواني'
+input_wrd = 'مدخل'
+output_wrd = 'مخرج'
+outputs_wrd = 'النواتج'
+imports_wrd = 'الواردات '
+start_wrd = 'ابدا'
+warn_wrd = 'تحذير '
+ok_wrd = 'حسنا'
+not_wrd = 'لا'
+off_wrd = 'ايقاف'
+on_wrd = 'تشغيل'
+yes_wrd = 'نعم'
+no_wrd = 'لا'
+in_wrd = 'في'
+out_wrd = 'خارج'
diff --git a/colab_convert/lang/ar_EG.py b/colab_convert/lang/ar_EG.py
deleted file mode 100644
index abf9694..0000000
--- a/colab_convert/lang/ar_EG.py
+++ /dev/null
@@ -1,86 +0,0 @@
-############################
-## Multi Language Support ##
-############################
-
-# you can use this as template to create new language support for the project!
-
-# words not to edit are "colab-convert" "ipynb" "py"
-# only edit the message after the equal sign
-
-##############
-## Arabic ##
-## ar_EG ##
-##############
-
-# default messages
-help_main_1_msg = 'all flags are optional and have set defaults for best results'
-help_main_2_msg = 'use flags to enable or disable certain functions on/off by default'
-lang_detected_msg = 'Detected as a supported Language'
-outputs_msg = 'showing outputs from converter'
-convert_magic_msg = 'convert magic commands'
-un_comment_msg = 'commenting out unsupported magic commands'
-imports_msg = 'keeping new imports made by converter'
-add_imports_cell_msg = 'adding new imports to the top of the file'
-help_called_msg = 'help message called'
-file_ext_msg = 'file must be .ipynb or .py'
-set_output_ext_msg = 'setting output file to'
-specify_file_msg = 'please specify atleast one file to convert'
-usage_msg = 'Usage: colab-convert '
-un_command_det_msg = 'unsupported command is detected'
-comment_un_cmd_msg = 'commenting out unsupported command'
-def_set_ret_mag_msg = 'default settings is retaining magic commands'
-ret_mag_det_msg = 'is detected, new imports will NOT be made'
-convert_time_msg = 'conversion took'
-log_file_msg = 'log file created'
-ac_over_nc_msg = 'takes precedence over'
-ac_over_nc_fall_msg = 'using'
-rm_over_cm_msg = 'takes precedence over'
-rm_over_cm_fall_msg = 'using'
-cmd_det_msg = 'command detected'
-in_file_msg = 'input file'
-in_file_convert_msg = 'input file to convert'
-out_file_msg = 'output file'
-out_file_convert_msg = 'output file to write to'
-flags_help_msg = 'extra flags to pass to the converter'
-help_flag_msg = 'Show this help message'
-def_flag_msg = 'Default Flags Set'
-def_flag_tip_msg = 'defaults are determined by input file'
-convert_msg = 'convert magic'
-auto_comment_msg = 'auto comment'
-avl_flags_msg = 'Available Flags'
-avl_flags_tip_msg = 'toggle certain items on or off'
-rm_info_msg = 'Keep magic commands in the output'
-cm_info_msg = 'Convert magic commands to python code'
-ac_info_msg = 'Convert unsupported magic commands to comments'
-nc_info_msg = 'Keep unsupported magic commands'
-ni_info_msg = 'Do not add imports from converted magic commands'
-out_info_msg = 'Outputs to console of conversions and commented lines'
-no_lang_msg = 'No Language Detected in command'
-lang_info_msg = 'Language to change output messages to'
-lang_not_supported_msg = 'Language not supported'
-lang_supported_msg = 'Language supported'
-
-# default words
-convert_wrd = 'convert'
-converted_wrd = 'converted'
-finished_wrd = 'finished'
-default_wrd = 'default'
-to_wrd = 'to'
-flags_wrd = 'flags'
-usage_wrd = 'usage'
-example_wrd = 'example'
-seconds_wrd = 'seconds'
-input_wrd = 'input'
-output_wrd = 'output'
-outputs_wrd = 'outputs'
-imports_wrd = 'imports'
-start_wrd = 'START'
-warn_wrd = 'WARN'
-ok_wrd = 'OK'
-not_wrd = 'NOT'
-off_wrd = 'OFF'
-on_wrd = 'ON'
-yes_wrd = 'YES'
-no_wrd = 'NO'
-in_wrd = 'in'
-out_wrd = 'out'
\ No newline at end of file