Advertisement
nilovelez

Formidable Forms Addons

May 4th, 2024
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.60 KB | None | 0 0
  1. # INSTRUCTIONS:
  2. #
  3. # locate the block that corresponds to your language
  4. # for each language there are six commands that start with "wp i18n" and end with "--no-purge"
  5. # open Local terminan by clicking on "Open site shell"
  6. # copy the first command, paste in terminal an press enter
  7. # it shoud say "Success: Created 21 files."
  8. # repeat with the five remaining commands, one per line
  9.  
  10.  
  11. # Spanish
  12. wp i18n make-json wp-content/languages/plugins/formidable-es_ES.po wp-content/languages/plugins/ --no-purge
  13. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-es_ES.po wp-content/plugins/formidable-pro/languages/ --no-purge
  14. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-es_ES.po wp-content/plugins/formidable-charts/languages/ --no-purge
  15. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-es_ES.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  16. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-es_ES.po wp-content/plugins/formidable-modal/languages/ --no-purge
  17. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-es_ES.po wp-content/plugins/formidable-views/languages/ --no-purge
  18.  
  19.  
  20. # French
  21. wp i18n make-json wp-content/languages/plugins/formidable-fr_FR.po wp-content/languages/plugins/ --no-purge
  22. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-fr_FR.po wp-content/plugins/formidable-pro/languages/ --no-purge
  23. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-fr_FR.po wp-content/plugins/formidable-charts/languages/ --no-purge
  24. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-fr_FR.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  25. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-fr_FR.po wp-content/plugins/formidable-modal/languages/ --no-purge
  26. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-fr_FR.po wp-content/plugins/formidable-views/languages/ --no-purge
  27.  
  28.  
  29. # Italian
  30. wp i18n make-json wp-content/languages/plugins/formidable-it_IT.po wp-content/languages/plugins/ --no-purge
  31. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-it_IT.po wp-content/plugins/formidable-pro/languages/ --no-purge
  32. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-it_IT.po wp-content/plugins/formidable-charts/languages/ --no-purge
  33. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-it_IT.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  34. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-it_IT.po wp-content/plugins/formidable-modal/languages/ --no-purge
  35. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-it_IT.po wp-content/plugins/formidable-views/languages/ --no-purge
  36.  
  37.  
  38. # Japanese
  39. wp i18n make-json wp-content/languages/plugins/formidable-ja_JP.po wp-content/languages/plugins/ --no-purge
  40. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-ja_JP.po wp-content/plugins/formidable-pro/languages/ --no-purge
  41. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-ja_JP.po wp-content/plugins/formidable-charts/languages/ --no-purge
  42. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-ja_JP.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  43. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-ja_JP.po wp-content/plugins/formidable-modal/languages/ --no-purge
  44. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-ja_JP.po wp-content/plugins/formidable-views/languages/ --no-purge
  45.  
  46.  
  47. # Portuguese (BR)
  48. wp i18n make-json wp-content/languages/plugins/formidable-pt_BR.po wp-content/languages/plugins/ --no-purge
  49. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-pt_BR.po wp-content/plugins/formidable-pro/languages/ --no-purge
  50. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-pt_BR.po wp-content/plugins/formidable-charts/languages/ --no-purge
  51. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-pt_BR.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  52. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-pt_BR.po wp-content/plugins/formidable-modal/languages/ --no-purge
  53. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-pt_BR.po wp-content/plugins/formidable-views/languages/ --no-purge
  54.  
  55.  
  56. # German
  57. wp i18n make-json wp-content/languages/plugins/formidable-de_DE.po wp-content/languages/plugins/ --no-purge
  58. wp i18n make-json wp-content/plugins/formidable-pro/languages/formidable-pro-de_DE.po wp-content/plugins/formidable-pro/languages/ --no-purge
  59. wp i18n make-json wp-content/plugins/formidable-charts/languages/frm-charts-de_DE.po wp-content/plugins/formidable-charts/languages/ --no-purge
  60. wp i18n make-json wp-content/plugins/formidable-googlespreadsheet/languages/formidable-google-sheets-de_DE.po wp-content/plugins/formidable-googlespreadsheet/languages/ --no-purge
  61. wp i18n make-json wp-content/plugins/formidable-modal/languages/formidable-modal-de_DE.po wp-content/plugins/formidable-modal/languages/ --no-purge
  62. wp i18n make-json wp-content/plugins/formidable-views/languages/formidable-views-de_DE.po wp-content/plugins/formidable-views/languages/ --no-purge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement