Strange error on pos v7

when i change the language to arabic and launch the pos its working but it never sync the invoices and keep it in the cache and show me this error

Traceback (most recent call last):
File “/home/frappe/cmms/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/cmms/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/cmms/apps/frappe/frappe/handler.py”, line 40, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/cmms/apps/frappe/frappe/init.py”, line 901, in call
return fn(*args, **newargs)
File “/home/frappe/cmms/apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py”, line 263, in make_invoice
submit_invoice(si_doc, name)
File “/home/frappe/cmms/apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py”, line 307, in submit_invoice
save_invoice(e, si_doc, name)
File “/home/frappe/cmms/apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py”, line 313, in save_invoice
si_doc.insert()
File “/home/frappe/cmms/apps/frappe/frappe/model/document.py”, line 212, in insert
self.run_post_save_methods()
File “/home/frappe/cmms/apps/frappe/frappe/model/document.py”, line 770, in run_post_save_methods
self.run_method(“on_update”)
File “/home/frappe/cmms/apps/frappe/frappe/model/document.py”, line 651, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File “/home/frappe/cmms/apps/frappe/frappe/model/document.py”, line 860, in composer
return composed(self, method, *args, **kwargs)
File “/home/frappe/cmms/apps/frappe/frappe/model/document.py”, line 845, in runner
add_to_return_value(self, f(self, method, *args, **kwargs))
File “/home/frappe/cmms/apps/frappe/frappe/core/doctype/communication/feed.py”, line 26, in update_feed
feed = doc.get_feed()
File “/home/frappe/cmms/apps/erpnext/erpnext/controllers/selling_controller.py”, line 24, in get_feed
self.grand_total)
ValueError: unmatched ‘{’ in format

@Bassam_Mamdouh
Please report this on github

@rmehta please help on this

Have you created an issue on github?

the error was in the translation file it self , thx for your help