Jelajahi Sumber

Fix/2020 09 fix templates i18n (#1147)

* __( not converted to _(

* Fixed style.min.css

Co-authored-by: Jaap Marcus <me@eris.nu>
Jaap Marcus 5 tahun lalu
induk
melakukan
3fd4e37285
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 0 0
      web/css/styles.min.css
  2. 4 4
      web/templates/user/edit_user.html

File diff ditekan karena terlalu besar
+ 0 - 0
web/css/styles.min.css


+ 4 - 4
web/templates/user/edit_user.html

@@ -79,11 +79,11 @@
                             </tr>
                             <tr>
                                 <td class="vst-text">
-                                    <?php print __('Your password must have at least');?>
+                                    <?php print _('Your password must have at least');?>
                                     <ul>
-                                        <li><?php print __('8 characters long');?></li>
-                                        <li><?php print __('1 uppercase & 1 lowercase character');?></li>
-                                        <li><?php print __('1 number');?></li>
+                                        <li><?php print _('8 characters long');?></li>
+                                        <li><?php print _('1 uppercase & 1 lowercase character');?></li>
+                                        <li><?php print _('1 number');?></li>
                                     </ul>
                                 </td>
                             </tr>                            

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini