Merge pull request #3795 from lin-d-hop/translation-oc-spinner

Add translation to order cycle spinner
This commit is contained in:
Luis Ramos
2019-05-09 16:03:53 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
%div.sixteen.columns.alpha.omega#loading{ ng: { cloak: true, if: 'RequestMonitor.loading' } }
%img.spinner{ src: "/assets/spinning-circles.svg" }
%h1{ ng: { hide: 'orderCycles.length > 0' } } LOADING ORDER CYCLES
%h1{ ng: { show: 'orderCycles.length > 0' } } LOADING...
%h1{ ng: { hide: 'orderCycles.length > 0' } }
=t('.loading_order_cycles')
%h1{ ng: { show: 'orderCycles.length > 0' } }
=t('.loading')

View File

@@ -858,6 +858,9 @@ en:
user_already_exists: "User already exists"
error: "Something went wrong"
order_cycles:
loading_flash:
loading_order_cycles: LOADING ORDER CYCLES
loading: LOADING...
edit:
advanced_settings: Advanced Settings
update_and_close: Update and Close