Skip to content

Commit

Permalink
add module.exports to ro.js and ar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Mar 1, 2024
1 parent ab3aad7 commit aefe2d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions client-participation/js/strings/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,5 @@ s.pctDisagreedOfGroupLong = "{{pct}}% من مجموعة {{group}} الذين ص
s.privacy = "الخصوصية";
s.TOS = "شروط الخدمة";




module.exports = s;

3 changes: 3 additions & 0 deletions client-participation/js/strings/ro.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ s.topic_good_03 = "Ai vreo idee despre cauzele scăderii productivității?";
s.topic_bad_01 = "Toată lumea raportați gradul de pregătire";
s.topic_bad_01_reason = "Oamenii din echipe diferite vor vota pentru răspunsuri, dar nu neapărat că vor avea suficiente cunoștințe pentru a vota sigur.";
s.topic_bad_02 = "Ce ne împiedică să începem?";

module.exports = s;

0 comments on commit aefe2d2

Please sign in to comment.