1765 lines
		
	
	
		
			122 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			1765 lines
		
	
	
		
			122 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
| {% extends 'mnfapp/base.html'%}
 | |
| {% load static %}
 | |
| {% csrf_token %}
 | |
| {% load i18n %}
 | |
| {% block title %}Conversion Room {%endblock%}
 | |
| {% block content1 %}
 | |
| {% endblock %}
 | |
| {%block content%}
 | |
| <head>
 | |
|     <title>{% trans 'Conversion Studio' %}</title>
 | |
| </head>
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <link href="/static/assets/css/split-pane.css" rel="stylesheet" type="text/css" />
 | |
| <link href="/static/assets/css/pretty-split-pane.css" rel="stylesheet" type="text/css" />
 | |
| <!-- Latest compiled and minified CSS -->
 | |
| <style>
 | |
|     #language4, #language6, #language80, #language8{
 | |
|       max-width: 200px!important;
 | |
|      }
 | |
|     a{
 | |
|       color:#ee3c4d;
 | |
|     }
 | |
|     a:hover{
 | |
|       color:#ee3c4d;
 | |
|     }
 | |
|       .error {
 | |
|         color: rgb(228, 68, 68);
 | |
|       }
 | |
|       
 | |
|       .uploadFile button {
 | |
|         border: solid grey dashed 1px;
 | |
|         padding-left: 1em;
 | |
|         padding-right: 1em;
 | |
|         padding-top: 0.5em;
 | |
|         padding-bottom: 0.5em;
 | |
|         border-radius: 10px;
 | |
|         border: 0;
 | |
|         background-color: rgb(228, 68, 68);
 | |
|         color: white;
 | |
|         font-size: 1.3em;
 | |
|         width: 130px;
 | |
|         margin-top: 0.3em;
 | |
|         margin-left: -130px;
 | |
|       }
 | |
| 
 | |
|     .new_txt p{
 | |
|             font-size: 1.2em;
 | |
|             padding-top: 0.2em;
 | |
|             padding-bottom:0.2em ;
 | |
| 
 | |
|             width: 94vw;
 | |
|             margin: auto;
 | |
|         }
 | |
|         .new_txt select{
 | |
|             font-size: 1em;
 | |
|             padding: 0.2em;
 | |
|             border-radius: 4px;
 | |
|         }
 | |
|         #language6_error, #language6_error{
 | |
|             font-size: 0.6em;
 | |
|         }
 | |
| 
 | |
|       .upload-position{
 | |
|         width: 50%;
 | |
|         position: relative;
 | |
|         right: 90px;
 | |
|       }
 | |
|       .postion-data-text{
 | |
|         width: 45%;
 | |
|       }
 | |
| 
 | |
|       /* new add */
 | |
|       .from_label_custom{
 | |
|         cursor: pointer;
 | |
|         background-color: white;
 | |
|         border: 1px solid black;
 | |
|         color: black;
 | |
|         padding: 5px 10px;
 | |
|         border-radius: 5px;
 | |
|       }
 | |
|       /* new add */
 | |
|       @media (min-width:0px) and (max-width:830px) {
 | |
|         .uploadFile button {
 | |
|         width: max-content;
 | |
|         margin-left: 0;
 | |
|         margin-bottom: 12px;
 | |
|       }
 | |
|       .container-995 {
 | |
|         width: 100%;
 | |
|         padding: 0;
 | |
|         margin: auto;
 | |
|       }
 | |
|     .upload-position{
 | |
|         width: 100%;
 | |
|       }
 | |
|       .postion-data-text{
 | |
|         width: 100%;
 | |
|         margin: 0 3px;
 | |
|       }
 | |
|    }
 | |
| 
 | |
|     .footer{
 | |
|       position: static;
 | |
|     }
 | |
| 
 | |
|     .body-con{
 | |
|       min-height: 84vh !important;
 | |
|     }
 | |
| 
 | |
|     .actconversion_studio{
 | |
|       background-color:#ee3c4d;
 | |
|       color:#fff;
 | |
|     }
 | |
| 
 | |
|     .disabledbutton {
 | |
|         pointer-events: none;
 | |
|         opacity: 0.1;
 | |
|     }
 | |
| 
 | |
| 
 | |
|     .checkbox-square{
 | |
|       display: flex;
 | |
|     }
 | |
| 
 | |
|     .container{
 | |
|       position: relative;
 | |
|     }
 | |
| 
 | |
|     .OR_center{
 | |
|       position: absolute;
 | |
|       left: 34%;
 | |
|       bottom: -5px;
 | |
|       transform: translateX(-50%);
 | |
|       font-weight: bold;
 | |
|     }
 | |
| 
 | |
|     #click_btn,
 | |
|     #submitForm {
 | |
|       font-weight: 700;
 | |
|     }
 | |
| 
 | |
|     .card-body{
 | |
|       -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
 | |
|       box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
 | |
|       border-radius: 0.85rem;
 | |
|       margin-bottom: 25px;
 | |
|     }
 | |
| 
 | |
|     .top_heading{
 | |
|       font-weight: 700;
 | |
|     }
 | |
| 
 | |
|     .container-995{
 | |
|       min-width: 80%;
 | |
|     }
 | |
| 
 | |
|     @media (width < 1025px){
 | |
|       .upload-position{
 | |
|         margin-left: 20px;
 | |
|       }
 | |
|     }
 | |
| 
 | |
|     @media (width < 969px){
 | |
|       .upload-position{
 | |
|         margin-left: 37px;
 | |
|       }
 | |
|     }
 | |
| 
 | |
|     @media (width < 930px){
 | |
|       .upload-position{
 | |
|        position: relative;
 | |
|        right: 80px;
 | |
|       }
 | |
|     }
 | |
| 
 | |
| 
 | |
|   @media (width < 608px){
 | |
|     .upload-position{
 | |
|       margin-left: 100px;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   @media (width < 478px){
 | |
|     .upload-position{
 | |
|       margin-left: 60px;
 | |
|     }
 | |
| 
 | |
|     .OR_center{
 | |
|     bottom: 12%;
 | |
|     }
 | |
| 
 | |
|     .uploadFile button{
 | |
|       font-size: 3.5vw;
 | |
|       margin-left: 45px !important;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   @media (width < 381px){
 | |
|     .OR_center{
 | |
|      left: 45%;
 | |
|     }
 | |
| 
 | |
|     .uploadFile button{
 | |
|       font-size: 3vw;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form {
 | |
|     display: flex;
 | |
|     justify-content: space-between;
 | |
|     align-items: center;
 | |
|     height: 160px;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .left-side {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: center;
 | |
|     align-items: center;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .left-side h3 {
 | |
|     color: rgb(228, 68, 68);
 | |
|     font-size: 20px;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .left-side button {
 | |
|     font-size: 15px;
 | |
|     font-weight: bold;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .middle {
 | |
|     min-height: 100%;
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: flex-end;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .right-side {
 | |
|     min-height: 100%;
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: flex-end;
 | |
|     margin-bottom: 12px;
 | |
|   }
 | |
| 
 | |
|   .upload-script-container form .right-side a {
 | |
|     background: rgb(228, 68, 68);
 | |
|     color: #fff;
 | |
|     padding: 10px;
 | |
|     border-radius: 10px;
 | |
|     font-size: 15px;
 | |
|     font-weight: bold;
 | |
|     text-transform: uppercase;
 | |
|     text-decoration: none; 
 | |
|   }
 | |
| 
 | |
|   @media screen and (max-width: 950px) {
 | |
|     .upload-script-container form {
 | |
|       height: 100%;
 | |
|       flex-direction: column;
 | |
|       justify-content: space-between;
 | |
|       align-items: center;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .middle {
 | |
|       min-height: 0;
 | |
|       display: block;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .right-side {
 | |
|       min-height: 0;
 | |
|       display: block;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   @media screen and (max-width: 500px) {
 | |
|     .upload-script-container form .left-side h3 {
 | |
|       font-size: 4vw;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .left-side button {
 | |
|       font-size: 13px;
 | |
|       margin-left: 0 !important;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .right-side a {
 | |
|       font-size: 2.5vw;
 | |
|     }
 | |
|   }
 | |
| 
 | |
|   @media screen and (max-width: 380px) {
 | |
|     .upload-script-container form .left-side h3 {
 | |
|       font-size: 3vw;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .left-side p {
 | |
|       font-size: 2.8vw;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .left-side input {
 | |
|       font-size: 2.4vw;
 | |
|     }
 | |
| 
 | |
|     .upload-script-container form .right-side a {
 | |
|       font-size: 2vw;
 | |
|     }
 | |
|   } 
 | |
|   </style>
 | |
| 
 | |
|   <script>
 | |
|     function sortOptions(options){
 | |
|           var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
 | |
|           arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
 | |
|           options.each(function(i, o) {
 | |
|             o.value = arr[i].v;
 | |
|             $(o).text(arr[i].t);
 | |
|           });
 | |
|         }
 | |
|       
 | |
|     
 | |
|     $(document).ready(function(){
 | |
|       var options = $('select#language4 options');
 | |
|       sortOptions(options);
 | |
|     })
 | |
|   </script>
 | |
|   {%if dataP3 or user.is_staff or dataP4 or 'id == 1234567890'%}
 | |
|     {% if messages %}
 | |
|     <ul class="messages">
 | |
|         {% for message in messages %}
 | |
|         {% if message.tags %} <script>alert("{{message}}");</script>{% endif %}>
 | |
|         {% endfor %}
 | |
|     </ul>
 | |
|     {% endif %}
 | |
| 
 | |
|     <div class="body-con">
 | |
| 
 | |
|       <div class="container-995" id="div_original_script">
 | |
| 
 | |
|           <div class="card-body">
 | |
| 
 | |
|               <h3 class="mb-5 top_heading">{% trans 'Welcome to the Conversion Studio !' %}</h3>
 | |
|               <p style="font-size:1.3em;">{% trans 'By converting your screenplay in several different languages, you can significantly increase the possibility of getting a film made on it.' %}</p>
 | |
|               <p style="font-size:1.3em;">{% trans 'In MNF Conversion Studio you can convert your screenplay written in any language into 114 more languages.' %}</p>
 | |
|               <p style="font-size:1.3em;">{% trans "It's simple. Upload your screenplay, wait for a few minutes and be ready to send it to many more producers." %}</p>
 | |
|               <p style="font-size:1.3em;">{% trans 'You may even opt for dual language dialogues in which dialogues in source language and destination language are written side by side.' %}</p>
 | |
| 
 | |
|               <div class="upload-script-container">
 | |
|                   <form id="import" name="UScript" class="uploadFile upload-script-form" action="{% url 'conversion' %}" method="post" enctype="multipart/form-data">
 | |
|           
 | |
|                     <div class="left-side">
 | |
|                       <h3>Upload and Convert your Screenplay !</h3>
 | |
|                       <p>Please upload your script in "Docx" format only..</p>
 | |
|                       <input id="con_file" type="file" name="script" value="add files" accept=".doc, .docx"/>
 | |
|                       <button onclick="displayFileName(event)" type="submit" class="ml-2">UPLOAD</button>
 | |
|                     </div>
 | |
|           
 | |
|                   <div class="middle">
 | |
|                     <h3>OR</h3>
 | |
|                   </div>
 | |
|         
 | |
|                     <div class="right-side">
 | |
|                       <a href="{% url 'sampleScriptC' %}">Test by converting a Sample Screenplay</a>
 | |
|                     </div>
 | |
|           
 | |
|                     {% csrf_token%}
 | |
|                   </form>
 | |
|                 </div>
 | |
| 
 | |
|                  <!--begin::Form-->
 | |
|       <form class="form" action="{% url 'scriptC'%}" id="inputForm" method="post" enctype="multipart/form-data" onsubmit="uniq_btn.disabled = true; return true;">
 | |
|     
 | |
|           {% csrf_token %}
 | |
|           {% if id != 1234567890 %}
 | |
|           <input type="hidden" name="id" value="{{id}}"/>
 | |
|           {%else%}
 | |
|           <input type="hidden" name="id" value="123456789"/>
 | |
|             <input type="hidden" name="sample_id" value="{{sample_id}}"/>
 | |
|           {%endif%}
 | |
|           <input type="text" name="fileUpload" value='{{fileName}}' id="filePath" style="display: none;" />
 | |
|           <input type="text" name="script_title" value='{{script_title}}' id="filePath1" style="display: none;" />
 | |
|           <input type="text" name="author_name" value='{{author_name}}' id="filePath2" style="display: none;" />
 | |
|               <input type="text" name="non_dial_src_lang" value='{{non_dial_src_lang}}' id="primary_lang2" style="display: none;" />
 | |
|       
 | |
|               <input type="text" name="dial_src_lang" value='{{dial_src_lang}}' id="primary_lang" style="display: none;" />
 | |
|               <input type="text" name="" value='{{non_dial_src_lang_full}}' id="primary_lang2a" style="display: none;" />
 | |
|               <input type="text" name="" value='{{dial_src_lang_full}}' id="primary_langa" style="display: none;" />
 | |
|               
 | |
|               <input type="text" name="dial_src_script" value='{{dial_src_script}}' id="primary_script" style="display: none;" />
 | |
|               <input type="text" name="non_dial_src_script" value='{{non_dial_src_script}}' id="secondary_script" style="display: none;" />
 | |
|               <input type="text" name="dial_src_script1" id="cscript" style="display: none;" />
 | |
|             <input type="text" name="non_dial_src_script1" id="actionscript" style="display: none;" />
 | |
|               <input type="number" name="numPages"  value='{{numPages}}' style="display: none;" />
 | |
|               <input type="text" name="script_id" id="script_id" value="{{script_id}}" style="display: none;" >
 | |
|               <input type="hidden" name="centralised" value="{{centralised}}">
 | |
|               <input type="hidden" name="request_id" value="{{request_id}}">
 | |
|       
 | |
|       
 | |
|               <div class="container-995">
 | |
|                   {% if user.is_authenticated %}
 | |
|                   <div class="new_txt">
 | |
|                       <p>
 | |
|                           {% if centralised == 'yes' %}
 | |
|                          {% blocktrans %} Thanks, actionlines of your script -{{script_title}} of {{numPages}} pages is in {{non_dial_src_lang_full}}.{% endblocktrans %} 
 | |
|                           <br>
 | |
|                           {% trans 'In which language would you like to convert it.' %}
 | |
|                           {% else %}
 | |
|                           <span style="font-size: 18px; font-weight: bold; margin-top: 20px;"> {% blocktrans %}Thanks, actionlines {{script_title|slice:"8:-13"}} of <span id="file_name"></span> - of {{numPages}} pages is in {{non_dial_src_lang_full}}.{% endblocktrans %} </span>
 | |
|                           <br><br>
 | |
|                           {% trans 'In which language would you like to convert it.' %} <br>
 | |
|                           {% endif %}
 | |
|                           <select name="nondial_dest_language" id="language4" required>
 | |
|                               <option value="">{% trans 'Choose From The List' %}</option>
 | |
|                           </select>
 | |
|                           <span class='error' id="language4_error"></span>
 | |
|                       </p><p>
 | |
|                               {% blocktrans %}Most characters speak {{dial_src_lang_full}}. {% endblocktrans %}
 | |
|                               {% trans 'In which language would you like to convert the dialogues.' %} <br>
 | |
|                               <select name="dial_dest_language" id="language6" onchange="$('#opt3Dial,#opt4Dial,#opt5Dial,#opt6Dial').html(this.value);if (this.value == '{{non_dial_src_lang_full}}'){$('#opt3p,#opt5p').hide()}else{$('#opt3p,#opt5p').show()}" required>
 | |
|                               <option value="">{% trans 'Choose From The List' %}</option>
 | |
|                           </select>
 | |
|                           <span class='error' id="language6_error"></span>
 | |
|           
 | |
|                       </p>
 | |
|                       <div id="script_option">
 | |
|                         <div>
 | |
|                           {%if option3 == 'Yes'%}
 | |
|                           <p><div id="opt3p">
 | |
|                             {% blocktrans %}If some dialogues are in {{non_dial_src_lang_full}}. How to treat these? {% endblocktrans %}<br>
 | |
|                             <div style="display: flex;">
 | |
|                               <input type="radio" name="opt3"  value="Yes" style="display: block;" required >   {% trans 'Convert these to' %}  <span id="opt3Dial"></span> <br>
 | |
|       
 | |
|                             </div>          
 | |
|                             <div style="display: flex;">
 | |
|                               <input type="radio" name="opt3"  value="no" style="display: block;" required>    {% blocktrans %} Let these remain in  {{non_dial_src_lang_full}}{% endblocktrans %}
 | |
|                               
 | |
|                             </div>  </div>
 | |
|                           </p>
 | |
|                           {%else%}
 | |
|                           <input type="hidden" name="opt3"  value="Yes">
 | |
|                           {%endif%}
 | |
|                           {%if option4 == 'Yes'%}
 | |
|                           <p>
 | |
|                             {% trans 'If some dialogues are in languages other than the'%} {%if dial_src_lang_full != non_dial_src_lang_full%}  {{dial_src_lang_full}} or {{non_dial_src_lang_full}}{%else%} {{non_dial_src_lang_full}}{%endif%}.{% trans 'How to treat these?' %}<br>
 | |
|                             <div style="display: flex;">
 | |
|                               <input type="radio" name="opt4"  value="Yes" style="display: block;" required>   {% trans 'Convert these to' %}  <span id='opt4Dial'></span> <br>
 | |
|       
 | |
|                             </div>          
 | |
|                             <div style="display: flex;">
 | |
|                               <input type="radio" name="opt4"  value="no" style="display: block;" required>    {% trans 'Let these remain in the language they are.' %}
 | |
|                               
 | |
|                             </div>  
 | |
|                           </p>
 | |
|                           {%else%}
 | |
|                           <input type="hidden" name="opt4"  value="Yes"> 
 | |
|                           {%endif%}
 | |
|                         </div>
 | |
|                   
 | |
|                         
 | |
|                         <div id="option5" style="display: block;">
 | |
|                         {%if option5 == 'Yes'%}
 | |
|                         <p><div id="opt5p">
 | |
|                           {% blocktrans %}If in {{dial_src_lang_full}} dialogues, some words/sentences are in {{non_dial_src_lang_full}}. How to treat these? {% endblocktrans %}
 | |
|                           <div style="display: flex;">
 | |
|                             <input type="radio" name="opt5"  value="Yes" style="display: block;" required>  {% trans 'Convert these to'%} <span id="opt5Dial"></span> <br>
 | |
|                           </div>          
 | |
|                           <div style="display: flex;">
 | |
|                             <input type="radio" name="opt5"  value="no" style="display: block;" required>    {% blocktrans %}Let these remain in   {{non_dial_src_lang_full}} {% endblocktrans %}
 | |
|                           </div>                   
 | |
|                         </div> </p>
 | |
|                         {%else%}
 | |
|                         <input type="hidden" name="opt5"  value="Yes">
 | |
|                         {%endif%}
 | |
|                         {%if option6 == 'Yes'%}
 | |
|                         <p>
 | |
|                               
 | |
|                               {% blocktrans %} If Some words/sentences in {{dial_src_lang_full}} dialogues are in languages other than{% endblocktrans %}{%if dial_src_lang_full != non_dial_src_lang_full%}  {{dial_src_lang_full}} or {{non_dial_src_lang_full}}{%else%} {{non_dial_src_lang_full}}{%endif%}.{% blocktrans %} How to treat these? {% endblocktrans %}<br>
 | |
|                               <div style="display: flex;">
 | |
|                                 <input type="radio" name="opt6"  value="Yes" style="display: block;" required>   {% trans 'Convert these to'%}  <span id="opt6Dial"></span>  <br>
 | |
|       
 | |
|                               </div>          
 | |
|                               <div style="display: flex;">
 | |
|                                 <input type="radio" name="opt6"  value="no" style="display: block;" required>    {% trans 'Let these remain in the language they are.'%}
 | |
|                                 </div>  
 | |
|                             </p>
 | |
|                           {%else%}
 | |
|                           <input type="hidden" name="opt6"  value="Yes"> 
 | |
|       
 | |
|                           <h1></h1>
 | |
|                           {%endif%}
 | |
|                         </div>
 | |
|                       <p>
 | |
|                           {% trans 'Your converted action lines are written in' %} <span id="lang_script200"></span>.
 | |
|                           <br>
 | |
|                               {% trans 'Would you like to read the actionlines in some other script.'%} <br>
 | |
|                               <select name="non_dial_dest_script" id="language80" required>
 | |
|                                   <option value="">{% trans 'Choose From The List' %}</option>
 | |
|                               </select>
 | |
|                           <span class='error' id="language8_error200"></span>
 | |
|                       </p>
 | |
|                         <p>
 | |
|                           {% trans 'Your converted dialogues are written in'%} <span id="lang_script"></span>.
 | |
|                           <br>
 | |
|                               {% trans 'Would you like to read the dialogues in some other script.'%} <br>
 | |
|                               <select name="dial_dest_script" id="language8" required>
 | |
|                                   <option value="">{% trans 'Choose From The List' %}</option>
 | |
|                               </select>
 | |
|                           <span class='error' id="language8_error"></span>
 | |
|                       </p>
 | |
|       
 | |
|                                                                                                   
 | |
|                       </p>
 | |
|                       </div>
 | |
|                       <div>
 | |
|                           <div class="checkbox-list">
 | |
|                               <label class="checkbox checkbox-square">
 | |
|                                   <input name="dual_dial_script" type="checkbox" />
 | |
|                                   <span></span>{% trans 'click here if you want dual language dialogues.'%}
 | |
|                               </label>
 | |
|                           </div> 
 | |
|                       </div>
 | |
|                       <div class="card-footer" style=" margin: auto; text-align: center; background: transparent;" id="click_div">
 | |
|                         <button type="button" id="click_btn" class="btn btn-primary"style="
 | |
|                         font-size: 1.3em;
 | |
|                         border-radius: 10px;
 | |
|                         padding-left: 30px;
 | |
|                         padding-right: 30px;
 | |
|                     ">{% blocktrans %} PROCEED {{script_title|slice:"8:-12"}}{% endblocktrans %}</button>
 | |
|                         <!-- <button type="reset" class="btn btn-secondary">Cancel</button> -->
 | |
|                       </div>
 | |
|                       
 | |
|                       
 | |
|                       {%if numPages%}
 | |
|                       {%if numPages > 5%}
 | |
|                       <input type = "hidden" value="Yes" id="some123"/>
 | |
|                       <div class="checkbox-list" id="vetting_div">
 | |
|                         <label class="checkbox checkbox-square">
 | |
|                             <input name="to_be_vetted_by_lpp" id="vetting_input" type="checkbox" />
 | |
|                             <span></span>{% trans 'Get it vetted by LPP' %}
 | |
|                         </label>
 | |
|                     </div>
 | |
|                       
 | |
|                       <div class="checkbox-list">
 | |
|                         <label class="checkbox checkbox-square">
 | |
|                             <input name="SampleScript" type="checkbox" onclick = "check_vetting_selected(this);" />
 | |
|                             <span></span>{% trans 'Convert upto 5 scenes of the Script for free' %}
 | |
|                         </label>
 | |
|                       </div>
 | |
|       
 | |
|                     {%else%}
 | |
|                       <input type="checkbox" name='SampleScript' value="off" style="display: none;">
 | |
|                     {%endif%}
 | |
|                     {%endif%}
 | |
|                       <div class="card-footer" style=" margin: auto; text-align: center;" id="submit_btn">
 | |
|                         <button type="submit" name="uniq_btn" id="submitForm" class="btn btn-primary" style="margin:auto;
 | |
|                         border-radius: 10px;
 | |
|                         font-family:inherit;
 | |
|                         font-weight: 700;
 | |
|                         font-size:1.3em; 
 | |
|                         padding: 6px 30px 6px 30px;">{% trans 'CONVERT SCRIPT' %}</button>
 | |
|                       
 | |
|                       </div>
 | |
|                   </div>
 | |
|                   {%endif%}
 | |
|               </div>
 | |
|         </form>
 | |
|           <!--end::Form-->
 | |
| 
 | |
|           </div>
 | |
| 
 | |
|       </div>
 | |
| 
 | |
|   </div>
 | |
| 
 | |
|     {% include 'mnfapp/footer.html' %}
 | |
|   
 | |
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
 | |
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
 | |
|     <script>
 | |
|         function check_vetting_selected(sample_script){
 | |
|         countr = document.getElementById('some123').value;
 | |
|         if (countr == "Yes"){
 | |
|         alert("Vetting is not allowed for 5 Scene Sample Conversions!");
 | |
|         document.getElementById('some123').value = "No";
 | |
|         $('#vetting_div').hide();
 | |
|         docume    nt.getElementById('vetting_input').value = ""
 | |
|         }else{
 | |
|         document.getElementById('some123').value = "Yes";
 | |
|         $('#vetting_div').show();
 | |
|         }
 | |
|         }
 | |
|     </script>
 | |
|     <script>
 | |
|       $('#con_file').on( 'change', function() {
 | |
|           let myfile= $( this ).val();
 | |
|           var ext = myfile.split('.').pop();
 | |
|           if(ext=="docx" || ext == "number"){
 | |
|               
 | |
|           } else{
 | |
|               alert('Please upload your script in "Docx" format only..');
 | |
|               location.reload();
 | |
|           }
 | |
|       });
 | |
|     </script>
 | |
|     <script>
 | |
|         function check(){
 | |
|             var name = $('#con_file').val()
 | |
|             var name1 = name.split("\\")
 | |
|             var name1 = name1[name1.length -1]
 | |
|             var name1 = name1.slice(0,-5)
 | |
|             // var passw=  /^(?=.[!@#$%^&.])/;
 | |
|             var format = /[!@#$%^&*()+-=\[\]{};'"\\|,.<>\/?]+/;
 | |
|             if(format.test(name1)){
 | |
|                 console.log("ya we did it")
 | |
|                 
 | |
|                 alert("special characters not allowed")
 | |
|                 window.location.reload()
 | |
|             }else{
 | |
| 
 | |
|             }
 | |
|         }
 | |
|     </script>
 | |
|     <script>
 | |
|     function addRowCount(tableAttr) {
 | |
|     $(tableAttr).each(function(){
 | |
|       $('th:first-child, thead td:first-child', this).each(function(){
 | |
|         var tag = $(this).prop('tagName');
 | |
|         $(this).before('<'+tag+'>#</'+tag+'>');
 | |
|       });
 | |
|       $('td:first-child', this).each(function(i){
 | |
|         $(this).before('<td>'+(i+1)+'</td>');
 | |
|       });
 | |
|     });
 | |
|   }
 | |
| 
 | |
|   // Call the function with table attr on which you want automatic serial number
 | |
|   addRowCount('.js-serial');
 | |
|   </script>
 | |
|   <script>
 | |
|     $('#submit_btn').hide();
 | |
|     $('.checkbox-list').hide()
 | |
|     $('#script_option').hide();
 | |
|     $('#click_btn').on('click',function(){
 | |
|       if (document.getElementById('language6').value !="" && document.getElementById('language4').value !="" ){
 | |
| 
 | |
|         $('#script_option').show();
 | |
|         $('#submit_btn').show();
 | |
|         $('#click_div').hide();
 | |
|       //   if(document.getElementById('primary_lang2a').value!= document.getElementById('language4').value || document.getElementById('primary_langa').value!= document.getElementById('language6').value && document.getElementById('language8').value != document.getElementById('primary_script').value){
 | |
|       //       $('.checkbox-list').show()
 | |
|       //     }
 | |
|       $('.checkbox-list').show()
 | |
|       }else{
 | |
|       alert("Please Choose both the languages");
 | |
|       }
 | |
|     })
 | |
|     var myfile = "";
 | |
|     $('#uploadFile').on('change', function () { 
 | |
|       myfile = $(this).val();
 | |
|       var ext = myfile.split('.').pop();
 | |
|       if (ext == "docx") {
 | |
|       } else {
 | |
|         alert("File Type Not Allowed");
 | |
|         location.reload()
 | |
|       }
 | |
|     });
 | |
|     $('#inputForm').hide();
 | |
|     if (document.getElementById('filePath').value != '') {
 | |
|       $('#inputForm').show();
 | |
|       $('#import').hide();
 | |
|       $('.position').hide();
 | |
|     }
 | |
|     
 | |
| 
 | |
| 
 | |
| 
 | |
|     const obj = [
 | |
|           {
 | |
|             key: "",
 | |
|             options: ['Afrikaans', 'Albanian', 'Amharic', 'Arabic', 'Armenian', 'Azerbaijani', 'Basque', 'Belarusian', 'Bengali', 'Bosnian', 'Bulgarian', 'Catalan', 'Cebuano', 'Chinese-Simplified','Chinese-Traditional', 'Corsican', 'Croatian', 'Czech', 'Danish', 'Dutch', 'English', 'Esperanto', 'Estonian', 'Filipino', 'Finnish', 'French', 'Frisian', 'Galician', 'Georgian', 'German', 'Greek', 'Gujarati', 'Haitian Creole', 'Hausa', 'Hawaiian', 'Hebrew', 'Hindi', 'Hmong', 'Hungarian', 'Icelandic', 'Igbo', 'Indonesian', 'Irish', 'Italian', 'Japanese', 'Javanese', 'Kannada', 'Kazakh', 'Khmer', 'Kinyarwanda', 'Korean', 'Kurdish', 'Kyrgyz', 'Lao', 'Latin', 'Latvian', 'Lithuanian', 'Luxembourgish', 'Macedonian', 'Malagasy', 'Malay', 'Maltese', 'Malayalam', 'Maori', 'Marathi', 'Mongolian', 'Myanmar', 'Nepali', 'Norwegian', 'Oriya', 'Pashto', 'Persian', 'Polish', 'Portugese', 'Punjabi', 'Romanian', 'Russian', 'Samoan', 'Scots Gaelic', 'Serbian', 'Sesotho', 'Shona', 'Sindhi', 'Sinhala', 'Slovak', 'Slovenian', 'Somali', 'Spanish', 'Sundanese', 'Swahili', 'Swedish', 'Tagalog', 'Tamil', 'Tatar', 'Telugu', 'Thai', 'Turkish', 'Turkmen', 'Ukranian', 'Urdu', 'Uyghur', 'Uzbek', 'Vietnamese', 'Welsh', 'Xhosa', 'Yiddish', 'Yoruba', 'Zulu'],
 | |
|             codeSrc:'',
 | |
|           },
 | |
|           {
 | |
|             key: "English",
 | |
|             options: ['Afrikaans', 'Albanian', 'Amharic', 'Arabic', 'Armenian', 'Azerbaijani', 'Basque', 'Belarusian', 'Bengali', 'Bosnian', 'Bulgarian', 'Catalan', 'Cebuano', 'Chinese-Simplified','Chinese-Traditional', 'Corsican', 'Croatian', 'Czech', 'Danish', 'Dutch', 'English', 'Esperanto', 'Estonian', 'Filipino', 'Finnish', 'French', 'Frisian', 'Galician', 'Georgian', 'German', 'Greek', 'Gujarati', 'Haitian Creole', 'Hausa', 'Hawaiian', 'Hebrew', 'Hindi', 'Hmong', 'Hungarian', 'Icelandic', 'Igbo', 'Indonesian', 'Irish', 'Italian', 'Japanese', 'Javanese', 'Kannada', 'Kazakh', 'Khmer', 'Kinyarwanda', 'Korean', 'Kurdish', 'Kyrgyz', 'Lao', 'Latin', 'Latvian', 'Lithuanian', 'Luxembourgish', 'Macedonian', 'Malagasy', 'Malay', 'Maltese', 'Malayalam', 'Maori', 'Marathi', 'Mongolian', 'Myanmar', 'Nepali', 'Norwegian', 'Nyanja' , 'Oriya', 'Pashto', 'Persian', 'Polish', 'Portugese', 'Punjabi', 'Romanian', 'Russian', 'Samoan', 'Scots Gaelic', 'Serbian', 'Sesotho', 'Shona', 'Sindhi', 'Sinhala', 'Slovak', 'Slovenian', 'Somali', 'Spanish', 'Sundanese', 'Swahili', 'Swedish', 'Tagalog', 'Tamil', 'Tatar', 'Telugu', 'Thai', 'Turkish', 'Turkmen', 'Ukranian', 'Urdu', 'Uyghur', 'Uzbek', 'Vietnamese', 'Welsh', 'Xhosa', 'Yiddish', 'Yoruba', 'Zulu'],
 | |
|             codeSrc:'en',
 | |
|           },
 | |
|           {
 | |
|             key: "Hindi",
 | |
|             options: ['Hindi','English', 'Gujarati', 'Malayalam', 'Marathi', 'Tamil', 'Telugu', 'Urdu', 'Kannada'],
 | |
|             codeSrc:'hi',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Urdu",
 | |
|             options: ["Urdu",'Afrikaans', 'Arabic', 'Belarusian', 'English', 'Greek', 'Hindi', 'Javanese', 'Persian', 'Sindhi', 'Urdu', 'Uzbek'],
 | |
|             codeSrc:'ur',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Kannada",
 | |
|             options: ["English","Kannada",'Malayalam','Tamil','Telugu'],
 | |
|             codeSrc:'kn',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Marathi",
 | |
|             options: ["English","Marathi", "Punjabi","Gujarati", "Oriya", "Chinese-Simplified", "Chinese-Traditional","Nepali","French","Spanish", "Indonesian","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'mr',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Bengali",
 | |
|             options: ["Bengali","English","Punjabi","Gujarati", "Oriya", "Chinese-Simplified","Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans", "Chinese-Traditional","Nepali","French","Spanish", "Indonesian","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Tajik","Uyghur"],
 | |
|             codeSrc:'bn',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Arabic",
 | |
|             options: ["Arabic",'Afrikaans', 'Azerbaijani', 'Belarusian', 'Bengali', 'Bosnian', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Greek', 'Hausa', 'Javanese', 'Kazakh', 'Kurdish', 'Kyrgyz', 'Macedonian', 'Malagasy', 'Malay', 'Mongolian', 'Pashto', 'Persian', 'Russian', 'Sindhi', 'Somali', 'Spanish', 'Swahili', 'Tajik', 'Tatar', 'Turkish', 'Turkmen', 'Urdu', 'Uyghur', 'Uzbek', 'Yoruba'],
 | |
|             codeSrc:'ar',
 | |
| 
 | |
|           },
 | |
| 
 | |
|           {
 | |
|             key: "Tamil",
 | |
|             options: ["English","Tamil","Kannada","Malayalam","Telugu"],
 | |
|             codeSrc:'ta',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Turkish",
 | |
|             options: ["Turkish", "English", 'Indonesian', 'Spanish', 'French', 'Chinese-Simplified', 'Chinese-Traditional', 'Greek', 'Javanese', 'Belarusian', 'Uzbek', 'Sindhi', 'Afrikaans',"Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'tr',
 | |
| 
 | |
|           },
 | |
| 
 | |
|           {
 | |
|             key: "Bulgarian",
 | |
|             options: ['Bulgarian', 'Croatian','Chinese-Simplified','Chinese-Traditional','French','Spanish', 'English','Indonesian', 'Persian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'bg',
 | |
|           },
 | |
|           {
 | |
|             key: "Malayalam",
 | |
|             options: ["English",'Malayalam',"Kannada","Tamil","Telugu", 'Persian',"Punjabi","Gujarati", "Oriya", "Chinese-Simplified", "Chinese-Traditional","Nepali","French","Spanish", "Indonesian","Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ml',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Russian",
 | |
|               options: ["Russian",'Arabic', 'Bulgarian', 'Chinese-Simplified', 'Chinese-Traditional', 'Croatian', 'English', 'French', 'Indonesian', 'Persian', 'Russian', 'Serbian', 'Spanish', 'Ukranian', 'Urdu', 'Greek', 'Javanese', 'Belarusian', 'Uzbek', 'Sindhi', 'Afrikaans',"Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|       
 | |
|             codeSrc:'ru',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Serbian",
 | |
|               options: ["English", 'Serbian', "Russian", "Ukranian", "Persian", "Urdu", "Bulgarian", "Croatian", 'Indonesian', 'Spanish', 'French', 'Chinese-Simplified', 'Chinese-Traditional', 'Greek', 'Javanese', 'Belarusian', 'Uzbek', 'Sindhi', 'Afrikaans',"Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'sr',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Ukranian",
 | |
|             options: ["English",'Serbian', "Russian","Ukranian", "Persian", "Urdu","Bulgarian", "Croatian",'Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'uk',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Croatian",
 | |
|             options: ["English","Croatian",'Serbian', "Russian","Ukranian", "Persian", "Urdu","Bulgarian",'Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional', "Croatian","Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'hr',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Irish",
 | |
|             options: ['Albanian', 'Bulgarian', 'Croatian', 'English', 'Hungarian', 'Irish', 'Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional','Italian', 'Romanian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ga',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Hungarian",
 | |
|             options: ['Albanian', 'Bulgarian', 'Croatian', 'English','Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional', 'Hungarian', 'Irish', 'Italian', 'Romanian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'hu',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Romanian",
 | |
|             options: ['Albanian', 'Bulgarian', 'Croatian', 'English', 'Hungarian','Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional', 'Irish', 'Italian', 'Romanian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ro',
 | |
|           },
 | |
|           {
 | |
|             key: "Italian",
 | |
|             options:['Albanian', 'Bulgarian', 'Croatian', 'English', 'Hungarian','Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional', 'Irish', 'Italian', 'Romanian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'it',
 | |
|           },
 | |
|           {
 | |
|             key: "Albanian",
 | |
|             options: ['Albanian', 'Bulgarian', 'Croatian', 'English', 'Hungarian','Indonesian', 'Spanish', 'French','Chinese-Simplified','Chinese-Traditional', 'Irish', 'Italian', 'Romanian', 'Russian', 'Serbian', 'Ukranian',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'sq',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Persian",
 | |
|             options: ["Persian", 'English', 'Indonesian', 'Spanish', 'French', 'Chinese-Simplified', 'Chinese-Traditional', 'Greek', 'Javanese', 'Belarusian', 'Uzbek', 'Sindhi', 'Afrikaans',"Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'fa',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Punjabi",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Hindi', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Spanish',"Irish","Albanian","Hungarian","Italian","Romanian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'pa',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Oriya",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Hindi', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Spanish',"Irish","Albanian","Hungarian","Italian","Romanian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'or',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Gujarati",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Hindi', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Spanish',"Irish","Albanian","Hungarian","Italian","Romanian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'gu',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Chinese-Simplified",
 | |
|             options: ['Arabic', 'Chinese-Simplified', 'English', 'French', 'Gujarati', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Russian', 'Spanish', 'Urdu',"Irish","Albanian","Pershian","Turkish","Hungarian","Italian","Romanian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Vietnamese","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Uyghur","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'zh-CN',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Chinese-Traditional",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Russian', 'Spanish', 'Urdu',"Irish","Albanian","Pershian","Turkish","Hungarian","Italian","Romanian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Vietnamese","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Uyghur","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'zh-TW',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Nepali",
 | |
|             options: ['Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Spanish', 'Urdu',"Irish","Albanian","Marathi","Hungarian","Italian","Romanian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ne',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "French",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Russian', 'Spanish', 'Urdu',"Irish","Albanian","Pershian","Turkish","Hungarian","Italian","Romanian","Uzbek","Uyghur","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'fr',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Spanish",
 | |
|             options: ['Arabic', 'Chinese-Simplified','Chinese-Traditional', 'English', 'French', 'Gujarati', 'Indonesian', 'Nepali', 'Oriya', 'Punjabi', 'Russian', 'Spanish', 'Urdu',"Irish","Albanian","Pershian","Turkish","Hungarian","Italian","Romanian","Uzbek","Uyghur","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'es',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Indonesian",
 | |
|             options: ["Indonesian","English","Irish","Albanian","Hungarian","Italian","Romanian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'id',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Greek",
 | |
|             options: ['Arabic',"English","Greek",'Urdu',"Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'el',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Japanese",
 | |
|             options: ["Japanese","English","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ja',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Javanese",
 | |
|             options: ["Javanese","English",'Arabic','Urdu',"Japanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'jv',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Korean",
 | |
|             options: ["Korean","English","Japanese","Javanese","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ko',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Belarusian",
 | |
|             options: ["Belarusian","English",'Arabic','Urdu',"Japanese","Javanese","Korean","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz ","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'be',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Uzbek",
 | |
|             options: ["Uzbek","English",'Arabic','Urdu',"Japanese","Javanese","Korean","Belarussian","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz ","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'uz',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Sindhi",
 | |
|             options: ["Sindhi","English",'Arabic','Urdu','Hindi',"Japanese","Javanese","Korean","Belarussian","Uzbek","Afrikaans","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Marathi","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'sd',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Afrikaans",
 | |
|             options: ["Afrikaans","English",'Arabic','Urdu',"Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","German","Icelandic","Igbo","Latin","Portugese","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'af',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "German",
 | |
|             options: ["German","English","Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","Icelandic","Igbo","Latin","Portugese","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'de',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Icelandic",
 | |
|             options: ["Icelandic","English","Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Igbo","Latin","Portugese","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'is',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Igbo",
 | |
|             options: ["Igbo","English","Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Latin","Portugese","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ig',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Portugese",
 | |
|             options: ["Portugese","English","Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Latin","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'pt',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Latin",
 | |
|             options: ["Latin","English","Japanese","Javanese","Korean","Belarussian","Uzbek","Sindhi","Afrikaans","German","Icelandic","Igbo","Portugese","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'la',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Myanmar",
 | |
|             options: ["Myanmar","English","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'my',
 | |
| 
 | |
|           },
 | |
|           // {
 | |
|           //   key: "Burmese",
 | |
|           //   options: ["Burmese","English"],
 | |
|           //   codeSrc:'my',
 | |
| 
 | |
|           // },
 | |
|           {
 | |
|             key: "Thai",
 | |
|             options: ["Thai","English","Myanmar","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'th',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Sundanese",
 | |
|             options: ["Sundanese","English","Myanmar","Thai","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'su',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Lao",
 | |
|             options: ["Lao","English","Myanmar","Thai","Sundanese","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'lo',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Telugu",
 | |
|             options: ['Hindi','English','Gujarati','Kannada',"Malayalam",'Oriya','Chinese-Simplified','Chinese-Traditional','Nepali','French','Spanish','Indonesian', 'Punjabi', "Tamil",'Telugu',"Greek","Javanese","Belarusian","Uzbek","Sindhi","Afrikaans","Kurdish","Turkmen","Finnish"," Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'te',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Amharic",
 | |
|             options: ["Amharic","English","Myanmar","Thai","Sundanese","Lao","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Latin","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'am',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Sinhala",
 | |
|             options: ["Sinhala","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'si',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Azerbaijani",
 | |
|             options: ["Azerbaijani","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Greek","Belarussian","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'az',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Kazakh",
 | |
|             options: ["Kazakh","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Greek","Belarussian","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'kk',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Macedonian",
 | |
|             options: ["Macedonian","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Greek","Belarussian","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'mk',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Bosnian",
 | |
|             options: ["Bosnian","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Greek","Belarussian","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'bs',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Pashto",
 | |
|             options: ["Pashto","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ps',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Malagasy",
 | |
|             options: ["Malagasy","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'mg',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Malay",
 | |
|             options: ["Malay","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ms',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Yoruba",
 | |
|             options: ["Yoruba","English",'Arabic','Urdu',"Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'yo',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Czech",
 | |
|             options: ["Czech","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Danish","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'cs',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Danish",
 | |
|             options: ["Danish","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Dutch","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'da',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Dutch",
 | |
|             options: ["Dutch","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Norwegian","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'nl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Welsh",
 | |
|             options: ["Welsh","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Norwegian","Slovenian","Swedish","Vietnemese","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'cy',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Tagalog",
 | |
|             options: ["Tagalog","English"],
 | |
|             codeSrc:'tl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Filipino",
 | |
|             options: ["Filipino","English"],
 | |
|             codeSrc:'tl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Norwegian",
 | |
|             options: ["Norwegian","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Slovenian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'no',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Slovenian",
 | |
|             options: ["Slovenian","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Swedish","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'sl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Swedish",
 | |
|             options: ["Swedish","English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Vietnemese","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'sv',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Vietnamese",
 | |
|             options: ["Vietnamese",'Chinese-Simplified','Chinese-Traditional',"English","Myanmar","Thai","Sundanese","Lao","Amharic","Sinhala","Azerbaijani","Kazakh","Macedonian","Bosnian","Pashto","Malagasy","Malay","Yoruba","Chzech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Esperanto","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'vi',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Hebrew",
 | |
|             options: ["Hebrew","English","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'he',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Armenian",
 | |
|             options: ["Armenian","English","Hebrew","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'hy',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Khmer",
 | |
|             options: ["Khmer","English","Hebrew","Armenian","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'km',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Georgion",
 | |
|             options: ["Georgion","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ka',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Mongolian",
 | |
|             options: ["Mongolian","English","Hebrew","Armenian","Khmer","Georgion","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'mn',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Kurdish",
 | |
|             options: ["Kurdish","English",'Arabic',"Armenian","Hebrew","Khmer","Georgion","Mongolian","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ku',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Kyrgyz",
 | |
|             options: ["Kyrgyz","English",'Arabic',"Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ky',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Turkmen",
 | |
|             options: ["Turkmen","English",'Arabic',"Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'tk',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Finnish",
 | |
|             options: ["Finnish","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'fi',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Haitian Creole",
 | |
|             options: ["Haitian Creole","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Havaain","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'ht',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Hawaiin",
 | |
|             options: ["Hawaiin","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Lithuanian","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'haw',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Lithuanian",
 | |
|             options: ["lithuanian","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Luxombourgish","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'lt',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Luxembourgish",
 | |
|             options: ["Luxembourgish","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Maltese","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'lb',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Maltese",
 | |
|             options: ["Maltese","English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Polish","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'mt',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Polish",
 | |
|             options: ["English","Hebrew","Armenian","Khmer","Georgion","Mongolian","Kurdish","Kyrgyz","Turkmen","Finnish","Haitian Creole","Havaain","Lithuanian","Luxombourgish","Maltese","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Haitian Creole","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu"],
 | |
|             codeSrc:'pl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Esperanto",
 | |
|             options: ["English","Latin","Amharic","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ,],
 | |
|             codeSrc:'eo',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Tatar",
 | |
|             options: ["Tatar","English","Latin","Amharic","Esperanto","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","Bulgarian","Russian","Serbian","Ukranian","Croatian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Azerbaijani","Kazakh","Macedonian","Bosnian","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish","Kyrgyz" ],
 | |
|             codeSrc:'tt',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Hausa",
 | |
|             options: ["Hausa","English",'Arabic',"Latin","Amharic","Esperanto","Tatar","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'ha',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Somali",
 | |
|             options: ["Somali","English",'Arabic',"Latin","Amharic","Esperanto","Tatar","Hausa","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'so',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Swahili",
 | |
|             options: ["Swahili","English",'Arabic',"Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'sw',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Uyghur",
 | |
|             options: ["Uyghur","English",'Arabic',"Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Persian","Turkish","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Sindhi","Belarussian","Pashto","Malagasy","Malay","Yoruba","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'ug',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Yiddish",
 | |
|             options: ["Yiddish","English",'Arabic',"Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'yi',
 | |
| 
 | |
|           },
 | |
|           
 | |
|           {
 | |
|             key: "Basque",
 | |
|             options: ["Basque","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian" ,"Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'eu',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Catalan",
 | |
|             options: ["Catalan","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'ca',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Cebuano",
 | |
|             options: ["Cebuano","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'ceb',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Corsican",
 | |
|             options: ["Corsican","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'co',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Estonian",
 | |
|             options: ["Estonian","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'et',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Frisian",
 | |
|             options: ["Frisian","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'fy',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Galician",
 | |
|             options: ["Galician","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'gl',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Hmong",
 | |
|             options: ["Hmong","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'hmn',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Kinyarwanda",
 | |
|             options: ["Kinyarwanda","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'rw',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Latvian",
 | |
|             options: ["Latvian","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'lv',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Maori",
 | |
|             options: ["Maori","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'mi',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Samoan",
 | |
|             options: ["Samoan","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'sm',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Scots Gaelic",
 | |
|             options: ["Scots Gaelic","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Sesotho","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'gd',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Sesotho",
 | |
|             options: ["Sesotho","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Shona","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish" ],
 | |
|             codeSrc:'st',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Shona",
 | |
|             options: ["Shona","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Slovak","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'sn',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Slovak",
 | |
|             options: ["Slovak","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Xhosa","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'sk',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Xhosa",
 | |
|             options: ["Xhosa","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Zulu","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'xh',
 | |
| 
 | |
|           },
 | |
|           {
 | |
|             key: "Zulu",
 | |
|             options: ["Zulu","English","Latin","Amharic","Esperanto","Tatar","Hausa","Somali","Swahili","Uyghur","Yiddish","Albanian","Basque","Catalan","Cebuano","Corsican","Estonian","Frisian","Galician","Hmong","Kinyarwanda","Latvian","Maori","Samoan","Scots Gaelic","Sesotho","Shona","Slovak","Xhosa","Irish","Albanian","Hungarian","Italian","Romanian","French","Spanish","Indonesian","Uzbek","Afrikaans","German","Icelandic","Igbo","Portugese","Malagasy","Malay","Czech","Danish","Dutch","Norwegian","Slovenian","Swedish","Welsh","Kurdish","Turkmen","Finnish","Haitian Creole","Hawaain","Lithuanian","Luxembourgish","Maltese","Polish"],
 | |
|             codeSrc:'zu',
 | |
| 
 | |
|           },
 | |
| 
 | |
| 
 | |
|     
 | |
|           
 | |
|           
 | |
| 
 | |
|         ];
 | |
|         const primaryLangSelectElem2 = document.getElementById("primary_lang2");
 | |
|         const secondaryLangSelectElem2 = document.getElementById("language4");
 | |
|         const primaryLangSelectElem = document.getElementById("primary_lang");
 | |
|         const secondaryLangSelectElem = document.getElementById("language6");
 | |
|       const primaryLangSelectElem1 = document.getElementById("language2");
 | |
|         function clearOptions(elem) {
 | |
|           var length = elem.options.length;
 | |
|           for (i = length - 1; i >= 0; i--) {
 | |
|             elem.options[i] = null;
 | |
|           }
 | |
|         }
 | |
|         function createOption2(elem, key) {
 | |
|           var option = document.createElement("option");
 | |
|           option.value = key;
 | |
|           option.innerHTML = key;
 | |
|           elem.appendChild(option);
 | |
|         }
 | |
| 
 | |
| 
 | |
|         function renderSecondaryLang(codeSrc) {
 | |
|           const selectedPrimaryObj = obj.find(
 | |
|             (item) => item.codeSrc === codeSrc 
 | |
|           );
 | |
|           selectedPrimaryObj.options.sort();
 | |
|           selectedPrimaryObj.options.map((lang) => {
 | |
|               createOption2(secondaryLangSelectElem, lang);          
 | |
|           });
 | |
|         }
 | |
|       function renderSecondaryLang2(codeSrc) {
 | |
|           const selectedPrimaryObj = obj.find(
 | |
|             (item) => item.codeSrc === codeSrc 
 | |
|           );
 | |
|           selectedPrimaryObj.options.sort();
 | |
|           selectedPrimaryObj.options.map((lang) => {
 | |
|               createOption2(secondaryLangSelectElem2, lang);          
 | |
|           });
 | |
|         }
 | |
| 
 | |
| 
 | |
| 
 | |
|         const codeValue = primaryLangSelectElem.value;
 | |
|       const codeValue2 = primaryLangSelectElem2.value;
 | |
|       
 | |
|         renderSecondaryLang(codeValue);
 | |
|         renderSecondaryLang2(codeValue2);
 | |
|         // primaryLangSelectElem1.addEventListener("change", (e) => {
 | |
|         //   clearOptions(secondaryLangSelectElem);
 | |
|         //   renderSecondaryLang(e.target.value);
 | |
|         // });
 | |
|       
 | |
|         
 | |
|       //	$("#language2 option").val(function (idx, val) {
 | |
|       //		$(this).siblings('[value="' + val + '"]').remove();
 | |
|       //	});
 | |
| 
 | |
|       var seen = {};
 | |
|       jQuery('#language2').children().each(function() {
 | |
|           var txt = jQuery(this).attr('value');
 | |
|           if (seen[txt]) {
 | |
|               jQuery(this).remove();
 | |
|           } else {
 | |
|               seen[txt] = true;
 | |
|           }
 | |
|       });
 | |
|       </script>
 | |
|       <script>
 | |
|         const primaryLangSelectElemScr = document.getElementById("cscript");
 | |
| 
 | |
|         const primaryLangSelectElemLang = document.getElementById("language6");
 | |
|         
 | |
|         const secondaryLangSelectElemScr = document.getElementById("language8");
 | |
|             const scriptObj ={
 | |
|               'Hindi' : 'Devanagari',
 | |
|           'English' : 'Latin',      
 | |
|           'Urdu' : 'Arabic',        
 | |
|           'Arabic' : 'Arabic',      
 | |
|           'Kannada' : 'Kannada',    
 | |
|           'Tamil' : 'Tamil',        
 | |
|           'Bulgarian' : 'Cyrillic', 
 | |
|           'Bengali' : 'Bengali',    
 | |
|           'Malayalam' : 'Malayalam',
 | |
|           'Russian' : 'Cyrillic',   
 | |
|           'Serbian' : 'Cyrillic',   
 | |
|           'Ukranian' : 'Cyrillic',  
 | |
|           'Croatian' : 'Cyrillic',  
 | |
|           'Irish' : 'Latin',        
 | |
|           'Albanian' : 'Latin',     
 | |
|           'Marathi' : 'Devanagari', 
 | |
|           'Persian' : 'Arabic',     
 | |
|           'Turkish' : 'Latin',      
 | |
|           'Hungarian' : 'Latin',    
 | |
|           'Italian' : 'Latin',      
 | |
|           'Romanian' : 'Latin',
 | |
|           'Punjabi' : 'Gurmukhi',
 | |
|           'Gujarati' : 'Gujarati',
 | |
|           'Oriya' : 'Oriya',
 | |
|           'Chinese-Simplified' : 'Hanji',
 | |
|           'Chinese-Traditional':'Hanji',
 | |
|           'Nepali' : 'Devanagari',
 | |
|           'French' : 'Latin',
 | |
|           'Spanish' : 'Latin',
 | |
|           'Indonesian' : 'Latin',
 | |
|           'Greek' : 'Latin',
 | |
|           'Japanese' : 'Kana',
 | |
|           'Javanese' : 'Javanese',
 | |
|           'Korean' : 'Hangul',
 | |
|           'Belarusian' : 'Cyrillic',
 | |
|           'Uzbek' : 'Cyrillic',
 | |
|           'Sindhi' : 'Arabic',
 | |
|           'Afrikaans' : 'Latin',
 | |
|           'German' : 'Latin',
 | |
|           'Icelandic' : 'Latin',
 | |
|           'Igbo' : 'Latin',
 | |
|           'Latin' : 'Latin',
 | |
|           'Portugese' : 'Latin',
 | |
|           'Myanmar' : 'Burmese',
 | |
|           'Thai' : 'Thai',
 | |
|           'Sundanese' : 'Sundanese',
 | |
|           'Lao' : 'Lao',
 | |
|           'Amharic' : 'Amharic',
 | |
|           'Sinhala' : 'Sinhala',
 | |
|           'Azerbaijani' : 'Latin',
 | |
|           'Kazakh' : 'Cyrillic',
 | |
|           'Macedonian' : 'Cyrillic',
 | |
|           'Bosnian' : 'Cyrillic',
 | |
|           'Pashto' : 'Arabic',
 | |
|           'Malagasy' : 'Latin',
 | |
|           'Malay' : 'Latin',
 | |
|           'Yoruba' : 'Arabic',
 | |
|           'Czech' : 'Latin',
 | |
|           'Danish' : 'Latin',
 | |
|           'Dutch' : 'Latin',
 | |
|           'Telugu':'Telugu',
 | |
|           'Tagalog' : 'Latin',
 | |
|           'Norwegian' : 'Latin',
 | |
|           'Slovenian' : 'Latin',
 | |
|           'Swedish' : 'Latin',
 | |
|           'Vietnamese' : 'Latin',
 | |
|           'Welsh' : 'Latin',
 | |
|           'Hebrew' : 'Hebrew',
 | |
|           'Armenian' : 'Latin',
 | |
|           'Khmer' : 'Khmer',
 | |
|           'Georgian' : 'Georgian',
 | |
|           'Mongolian' : 'Mongolian',
 | |
|           'Kurdish' : 'Latin',
 | |
|           'Kyrgyz' : 'Cyrillic',
 | |
|           'Turkmen' : 'Latin',
 | |
|           'Finnish' : 'Latin',
 | |
|           'Haitian Creole' : 'Latin',
 | |
|           'Hawaiian' : 'Latin',
 | |
|           'Lithuanian' : 'Latin',
 | |
|           'Luxembourgish' : 'Latin',
 | |
|           'Maltese' : 'Latin',
 | |
|           'Polish' : 'Latin',
 | |
|           'Esperanto' : 'Latin',
 | |
|           'Tatar' : 'Cyrillic',
 | |
|           'Uyghur' : 'Arabic',
 | |
|           'Hausa' : 'Latin',
 | |
|           'Somali' : 'Latin',
 | |
|           'Swahili' : 'Latin',
 | |
|           'Yiddish' : 'Latin',
 | |
|           'Basque' : 'Latin',
 | |
|           'Catalan' : 'Latin',
 | |
|           'Cebuano' : 'Latin',
 | |
|           'Corsican' : 'Latin',
 | |
|           'Estonian' : 'Latin',
 | |
|           'Frisian' : 'Latin',
 | |
|           'Galician' : 'Latin',
 | |
|           'Hmong' : 'Latin',
 | |
|           'Kinyarwanda' : 'Latin',
 | |
|           'Latvian' : 'Latin',
 | |
|           'Maori' : 'Latin',
 | |
|           'Samoan' : 'Latin',
 | |
|           'Scots Gaelic' : 'Latin',
 | |
|           'Sesotho' : 'Latin',
 | |
|           'Shona' : 'Latin',
 | |
|           'Slovak' : 'Latin',
 | |
|           'Xhosa' : 'Latin',
 | |
|           'Zulu' : 'Latin',
 | |
|             'Nyanja' : 'Latin',}
 | |
| 
 | |
|             const obj2 = [
 | |
|             
 | |
|             {
 | |
|               key: "Devanagari",
 | |
|               options: ["Devanagari","Latin","Oriya","Malayalam","Telugu","Gujarati","Tamil", "Arabic", "Bengali", "Kannada", "Cyrillic"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Arabic",
 | |
|               options: ["Arabic","Latin", "Gurmukhi", "Devanagari", "Gujarati", "Cyrillic", "Kannada", "Telugu", "Tamil", "Malayalam", "Bengali", "Oriya"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Malayalam",
 | |
|               options: ["Malayalam","Latin","Devanagari","Kannada","Tamil", "Telugu"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Telugu",
 | |
|               options: ["Telugu","Latin","Devanagari","Kannada","Tamil", "Malayalam"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Bengali",
 | |
|               options: ["Bengali","Latin", "Kannada", "Tamil", "Telugu", "Malayalam"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Kannada",
 | |
|               options: ["Kannada","Latin", "Devanagari", "Tamil","Telugu","Malayalam", "Bengali", "Cyrillic", "Telugu", "Gujarati", "Gurmukhi", "Oriya"],
 | |
|             
 | |
|             },
 | |
|             {key: "Hanji",
 | |
|               options: ["Hanji", "Latin", "Devanagari", "Arabic", "Gurmukhi", "Gujarati", "Oriya"]
 | |
|             },
 | |
|             {key: "Gurmukhi",
 | |
|               options: ["Gurmukhi","Latin", "Gujarati", "Oriya", "Arabic"]
 | |
|             },
 | |
|             {key: "Gujarati",
 | |
|               options: ["Gujarati","Latin","Devanagari", "Gurmukhi", "Oriya", "Arabic"]
 | |
|             },
 | |
|             {key: "Oriya",
 | |
|               options: ["Oriya","Latin","Devanagari", "Gujarati", "Gurmukhi"]
 | |
|             },
 | |
| 
 | |
|             {key: "Kana",
 | |
|               options: ["Kana"]
 | |
|             },
 | |
|             {key: "Javanese",
 | |
|               options: ["Javanese"]
 | |
|             },
 | |
|             {key: "Hangul",
 | |
|               options: ["Hangul"]
 | |
|             },
 | |
| 
 | |
|             {key: "Burmese",
 | |
|               options: ["Burmese"]
 | |
|             },
 | |
|             {key: "Thai",
 | |
|               options: ["Thai", "Latin"]
 | |
|             },
 | |
|             {key: "Sundanese",
 | |
|               options: ["Sundanese"]
 | |
|             },
 | |
|             {key: "Lao",
 | |
|               options: ["Lao"]
 | |
|             },
 | |
|             {key: "Amharic",
 | |
|               options: ["Amharic"]
 | |
|             },
 | |
|             {key: "Sinhala",
 | |
|               options: ["Sinhala", "Latin"]
 | |
|             },
 | |
|             {key: "Hebrew",
 | |
|               options: ["Hebrew", "Latin"],
 | |
|             },
 | |
|             {key: "Cyrillic",
 | |
|               options: ["Cyrillic","Latin", "Tamil", "Arabic"],
 | |
|             },
 | |
|             {key: "Armanian",
 | |
|               options: ["Armanian"]
 | |
|             },
 | |
|             {key: "Khmer",
 | |
|               options: ["Khmer"]
 | |
|             },
 | |
|             {key: "Georgian",
 | |
|               options: ["Georgian"]
 | |
|             },
 | |
|             {key: "Mongolian",
 | |
|               options: ["Mongolian", "Latin"]
 | |
|             },
 | |
|             
 | |
|             
 | |
|             
 | |
| 
 | |
|             {
 | |
|               key: "Tamil",
 | |
|               options: ["Latin","Tamil","Kannada","Telugu","Devanagari","Malayalam", "Cyrillic", "Gujarati", "Gurmukhi", "Bengali", "Oriya"],
 | |
|             
 | |
|             },
 | |
|             {
 | |
|               key: "Latin",
 | |
|               options: ["Latin","Bengali", "Devanagari","Gurmukhi","Cyrillic","Gujarati","Malayalam","Oriya","Tamil","Telugu","Kannada", "Arabic"],
 | |
|             
 | |
|             },
 | |
|           ];
 | |
| 
 | |
|           var obj33 = '{{language_pairs | escapejs}}'
 | |
|           function createOption3(elem, key) {
 | |
|             var option = document.createElement("option");
 | |
|             option.value = key;
 | |
|             option.innerHTML = key;
 | |
|             elem.appendChild(option);
 | |
|           }
 | |
|           function clearOptions(elem) {
 | |
|             var length = elem.options.length;
 | |
|             for (i = length - 1; i >= 0; i--) {
 | |
|               elem.options[i] = null;
 | |
|             }
 | |
|           }
 | |
|             primaryLangSelectElemLang.addEventListener("change", (e) => {
 | |
|               
 | |
|             if(document.getElementById('primary_lang2a').value== document.getElementById('language4').value && document.getElementById('primary_langa').value== document.getElementById('language6').value ){
 | |
|               console.log("i am in situation 1 ");
 | |
|               primaryLangSelectElemScr.value = document.getElementById('primary_script').value
 | |
|                 document.getElementById('lang_script').innerHTML = document.getElementById('primary_script').value
 | |
|                 console.log(document.getElementById('primary_script').value);
 | |
|               }else{
 | |
|               console.log("i am in situation 2");
 | |
|                 primaryLangSelectElemScr.value = getKeyByValue(scriptObj,e.target.value)
 | |
|                 document.getElementById('lang_script').innerHTML = getKeyByValue(scriptObj,e.target.value)
 | |
|                 
 | |
|               }
 | |
|               const selectedPrimaryObj2 = obj2.find(
 | |
|                     (item) => item.key === primaryLangSelectElemScr.value 
 | |
|             );
 | |
|             clearOptions(secondaryLangSelectElemScr)
 | |
|             selectedPrimaryObj2.options.map((lang) => {
 | |
|                 createOption3(secondaryLangSelectElemScr, lang);          
 | |
|             });
 | |
|           });
 | |
| 
 | |
|           function getKeyByValue(object, value) {
 | |
|             return Object.values(object).find(key => object[value] === key);
 | |
|             }
 | |
|             $('#submitForm').on('click',function(){
 | |
|               if(document.getElementById('primary_lang2a').value== document.getElementById('language4').value && document.getElementById('primary_langa').value== document.getElementById('language6').value && document.getElementById('language8').value == document.getElementById('primary_script').value){
 | |
|                 alert("your file wont change at all")
 | |
|                 return false
 | |
|               }
 | |
|             }
 | |
|             )
 | |
|             const actionlineLangSelector = document.getElementById("language4");
 | |
|             const actionlinescript = document.getElementById("actionscript");
 | |
|             const actionline_Dest_Script = document.getElementById("language80");
 | |
|             actionlineLangSelector.addEventListener("change", (e) => {
 | |
| 
 | |
|             if(document.getElementById('primary_lang2a').value== document.getElementById('language4').value && document.getElementById('primary_langa').value== document.getElementById('language6').value ){
 | |
|               console.log("i am in situation 1 ");
 | |
|               actionlinescript.value = document.getElementById('secondary_script').value
 | |
|                 document.getElementById('lang_script200').innerHTML = document.getElementById('secondary_script').value
 | |
|                 console.log(document.getElementById('secondary_script').value);
 | |
|               }else{
 | |
|               console.log("i am in situation 2");
 | |
|                 actionlinescript.value = getKeyByValue(scriptObj,e.target.value)
 | |
|                 document.getElementById('lang_script200').innerHTML = getKeyByValue(scriptObj,e.target.value)
 | |
| 
 | |
|               }
 | |
|               const selectedPrimaryObj23 = obj2.find(
 | |
|                     (item) => item.key === actionlinescript.value
 | |
|             );
 | |
|             clearOptions(actionline_Dest_Script)
 | |
|             selectedPrimaryObj23.options.map((lang) => {
 | |
|                 createOption3(actionline_Dest_Script, lang);
 | |
|             });
 | |
|           });
 | |
| 
 | |
|           function getKeyByValue(object, value) {
 | |
|             return Object.values(object).find(key => object[value] === key);
 | |
|             }
 | |
|             $('#submitForm').on('click',function(){
 | |
|               if(document.getElementById('primary_lang2a').value== document.getElementById('language4').value && document.getElementById('primary_langa').value== document.getElementById('language6').value && document.getElementById('language8').value == document.getElementById('primary_script').value){
 | |
|                 alert("your file wont change at all")
 | |
|                 return false
 | |
|               }
 | |
|             }
 | |
|             );
 | |
| 
 | |
|             const spinnerDiv = document.getElementById("spinner_div");
 | |
|             const importForm = document.getElementById("import");
 | |
|             const conFile = document.getElementById("con_file");
 | |
|             const userConFile = document.getElementById("user_con_file");
 | |
|             
 | |
|             importForm.addEventListener("submit", (e) => {
 | |
|               if (userConFile.value === "" || conFile.value === "") {
 | |
|                 e.preventDefault();
 | |
|                 alert("Please choose a file");
 | |
|                 spinnerDiv.style.display = "none";
 | |
|                 document.getElementById("div_original_script").classList.remove("disabledbutton");
 | |
|               }
 | |
|             });
 | |
| 
 | |
|             function displayFileName(e) {
 | |
|               const fileInput = document.getElementById("con_file");
 | |
| 
 | |
|               if(fileInput.value === ""){
 | |
|                 alert("Please choose a file");
 | |
|                 e.preventDefault()
 | |
|               }
 | |
| 
 | |
|               const file = fileInput.files[0];
 | |
|               if (file) {
 | |
|                 sessionStorage.setItem("fileName", file.name);
 | |
|               }
 | |
|             }
 | |
|           
 | |
|             document.addEventListener("DOMContentLoaded", function () {
 | |
|               const filenameDiv = document.getElementById("file_name");
 | |
|               const fileName = sessionStorage.getItem("fileName");
 | |
|               if (fileName) {
 | |
|                 filenameDiv.textContent += fileName;
 | |
|                 sessionStorage.removeItem("fileName");
 | |
|               }
 | |
|             });
 | |
|   </script>
 | |
| {%else%}
 | |
| <h3 style="position:absolute; left:20%;top:20%;width:60%;text-align:center;">
 | |
|   {% trans 'You need to ' %}<a href="{% url 'payment' %}">
 | |
|     {% trans 'claim your privilege' %} </a>
 | |
|      {% trans 'to use this service.' %}</h3>
 | |
| {% endif%}
 | |
| {% endblock %}
 | |
| 
 |