Transposh - ਤੋੜਨ ਦੀ ਭਾਸ਼ਾ ਬੈਰੀਅਰ

transposh.org ਵਰਡਪਰੈਸ ਪਲੱਗਇਨ ਸ਼ਅਉਕੇਇਸ ਅਤੇ ਸਹਾਇਤਾ ਸਾਈਟ

  • ਘਰ
  • ਸਾਡੇ ਨਾਲ ਸੰਪਰਕ ਕਰੋ
  • ਡਾਉਨਲੋਡ
  • FAQ
    • ਦਾਨ ਕਰੋ
  • ਟਿਊਟੋਰੀਅਲ
    • ਵਿਜੇਟ ਸ਼ਅਉਕੇਇਸ
  • ਬਾਰੇ

ਸੰਸਕਰਣ 0.3.5 – Some major changes

ਨਵੰਬਰ 26, 2009 ਕੇ Ofer 15 Comments

This version is the one of the largest changes we have made so far. We would like to detail some of the changes here:
New features in this release

  • Admin side automatic translation of posts upon publishing – this feature allows posts to be translated as quickly as possible, so the feeds and search engines will see translated versions
  • New methods of posting to the sites – will allow more versatility in cases problems occurred in the past

There are some more bug fixes (read the change log) but more importantly this version is a major overhaul of the underlying architecture (more than 3,000 lines of diff), with more emphasis on software engineering schemes. ਉਦਾਹਰਣ ਲਈ, all code is now contained in objects (which will hopefully reduce namespace issues with other plugins) and options have been moved to a single location. We expect some rough edges here, so just inform us and it will be fixed asap.

ਤਹਿਤ ਦਾਇਰ: ਜਾਰੀ ਐਲਾਨ, ਨਾਲ ਟੈਗ: ਨਾਬਾਲਗ, ਰੀਲਿਜ਼, ਵਰਡਪਰੈਸ ਪਲੱਗਇਨ

Comments

  1. db0 ਕਹਿੰਦਾ ਹੈ

    ਨਵੰਬਰ 26, 2009 'ਤੇ 1:15 ਵਜੇ

    Looks nice and I think it’s quite faster now as well so I’m going to give it a try and see if I get any heavy performance issues on my shared hosting. Translation is still difficult because of the way transposh chooses to split paragraphs though. It would be nice to ਵੇਖੋ, ਇਹ or at least this implemented soon.

    Nevertheless, ਅੱਛਾ ਕੰਮ!

    ਜਵਾਬ
  2. ਬੇਵਸਕ ਕੋਚ ਕਹਿੰਦਾ ਹੈ

    ਨਵੰਬਰ 26, 2009 'ਤੇ 2:33 ਵਜੇ

    php if(function_exists(”transposh_widget”)) { transposh_widget(ਐਰੇ()); }

    code dont work with 0.3.5

    ਜਵਾਬ
    • ਪੇਸ਼ਕਸ਼ ਕਹਿੰਦਾ ਹੈ

      ਨਵੰਬਰ 26, 2009 'ਤੇ 5:18 ਵਜੇ

      Please use the following code:
      $my_transposh_plugin->widget->transposh_widget(ਐਰੇ());

      This bug will be fixed in the upcoming version, thanks for reporting

      ਜਵਾਬ
      • mini001 ਕਹਿੰਦਾ ਹੈ

        ਨਵੰਬਰ 27, 2009 'ਤੇ 1:56 am

        $my_transposh_plugin->widget->transposh_widget(ਐਰੇ());

        how can use in

        php if(function_exists(”transposh_widget”)) { transposh_widget(ਐਰੇ()); }

        ਜਵਾਬ
        • ਪੇਸ਼ਕਸ਼ ਕਹਿੰਦਾ ਹੈ

          ਨਵੰਬਰ 28, 2009 'ਤੇ 8:04 ਵਜੇ

          You can still use the function_exists bit, this bug will be fixed in the coming version, anyhow you can use for now:
          php if(function_exists(”transposh_widget”)) { $GLOBALS['my_transposh_plugin']->widget->transposh_widget(array()); }

          ਜਵਾਬ
      • Andre Marchandise ਕਹਿੰਦਾ ਹੈ

        ਨਵੰਬਰ 27, 2009 'ਤੇ 1:46 ਵਜੇ

        This work-around doesn’t work for me:

        ਘਾਤਕ ਗਲਤੀ: Call to a member function transposh_widget() on a non-object in /home/eroti20/public_html/wp/wp-content/plugins/thesis-openhook/functions.php(880) : eval()’d code on line 27

        The transposh function get’s called from my Thesis theme, previous version worked OK.

        Thanks for investigating.

        ਜਵਾਬ
        • Andre Marchandise ਕਹਿੰਦਾ ਹੈ

          ਨਵੰਬਰ 27, 2009 'ਤੇ 2:40 ਵਜੇ

          Changing the transposh_widget function ( as suggested by Ofer ) ਨੂੰ:

          function transposh_widget($args = array()) {
          $GLOBALS[‘$my_transposh_plugin’]->widget->transposh_widget($args);
          }

          and calling transposh_widget(ਐਰੇ()); from my template

          still results in an error:

          ਘਾਤਕ ਗਲਤੀ: Call to a member function transposh_widget() on a non-object in /home/eroti20/public_html/wp/wp-content/plugins/transposh-translation-filter-for-wordpress/transposh_widget.php on line 258

          ;-(

          ਜਵਾਬ
    • Andre Marchandise ਕਹਿੰਦਾ ਹੈ

      ਨਵੰਬਰ 27, 2009 'ਤੇ 3:01 ਵਜੇ

      Thanks to Ofer for guiding me on the following change:

      function transposh_widget($args = array()) {
      $GLOBALS['my_transposh_plugin']->widget->transposh_widget($args);
      }

      This function transposh_widget can be found at the end of transposh_widget.php

      The code used in my template still is:
      if(function_exists(”transposh_widget”)) { transposh_widget(array()); }

      Thanks for a wonderfull plug-in, now I only need to find the time for manually editing the translations ( at least to German, French and Dutch )

      ਜਵਾਬ
  3. ਆਸਿਫ chertkoff ਕਹਿੰਦਾ ਹੈ

    ਨਵੰਬਰ 26, 2009 'ਤੇ 6:52 ਵਜੇ

    i don’t know if its supposed to be like this but i have two languages in rtl (hebrew and arabic) and one in ltr (engilsh) in my site, and it doesn’t know how to use or ignore the rtl.css file of the theme.
    what was the intend solusion?
    thank, asafa.

    ਜਵਾਬ
  4. Andre Marchandise ਕਹਿੰਦਾ ਹੈ

    ਨਵੰਬਰ 27, 2009 'ਤੇ 3:07 ਵਜੇ

    The ‘Try alternate posting methods’ works as expected!

    ਧੰਨਵਾਦ.

    ਜਵਾਬ
    • ਪੇਸ਼ਕਸ਼ ਕਹਿੰਦਾ ਹੈ

      ਨਵੰਬਰ 27, 2009 'ਤੇ 3:16 ਵਜੇ

      Thank you for your feedbacks 🙂

      ਜਵਾਬ
  5. Ilan ਕਹਿੰਦਾ ਹੈ

    ਨਵੰਬਰ 28, 2009 'ਤੇ 1:07 ਵਜੇ

    Pretty url’s dont work when using function transposh_widget from the template.

    Regards,

    Ilan

    ਜਵਾਬ
    • ਪੇਸ਼ਕਸ਼ ਕਹਿੰਦਾ ਹੈ

      ਨਵੰਬਰ 28, 2009 'ਤੇ 8:02 ਵਜੇ

      Seems like its working on your site, I fail to see any connection

      ਜਵਾਬ
      • Ilan ਕਹਿੰਦਾ ਹੈ

        ਨਵੰਬਰ 29, 2009 'ਤੇ 9:09 ਵਜੇ

        Because I reverted to 0.3.4 … 🙂

        ਜਵਾਬ
  6. marius ਕਹਿੰਦਾ ਹੈ

    ਦਸੰਬਰ 8, 2009 'ਤੇ 9:08 am

    how long it takes for search engines to index translated pages?

    i`m using this plugin since 3 days ago and nothing yet.

    my normal posts are indexed in 5 min after publising but this translated pages are not until now.

    i must do something,or how to have translated pages in google,yahoo?

    pls excuse my english

    ਜਵਾਬ

ਕੋਈ ਜਵਾਬ ਛੱਡਣਾ ਜਵਾਬ 'ਰੱਦ

ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਪ੍ਰਕਾਸ਼ਿਤ ਨਹੀ ਕੀਤਾ ਜਾ ਜਾਵੇਗਾ. ਦੀ ਲੋੜ ਹੈ ਖੇਤਰ ਮਾਰਕ ਕੀਤੇ ਹਨ, *

ਅਨੁਵਾਦ

🇺🇸🇸🇦🇧🇩🏴󠁥󠁳󠁣󠁴󠁿🇨🇳🇹🇼🇭🇷🇨🇿🇩🇰🇳🇱🇪🇪🇵🇭🇫🇮🇫🇷🇩🇪🇬🇷🇮🇳🇮🇱🇮🇳🇭🇺🇮🇩🇮🇹🇯🇵🇮🇳🇰🇷🇱🇻🇱🇹🇲🇾🇮🇳🇮🇳🇳🇴🇵🇱🇵🇹🇵🇰🇷🇴🇷🇺🇷🇸🇸🇰🇸🇮🇪🇸🇸🇪🇮🇳🇮🇳🇹🇭🇹🇷🇺🇦🇵🇰🇻🇳
ਮੂਲ ਭਾਸ਼ਾ ਦੇ ਤੌਰ ਤੇ ਸੈੱਟ ਕਰੋ
 ਅਨੁਵਾਦ ਦਾ ਸੰਪਾਦਨ ਕਰੋ

ਨੂੰ ਸਰਪਰਸਤੀ

ਸਾਨੂੰ ਸਾਡੇ ਸਪਾਨਸਰਜ਼ ਦਾ ਧੰਨਵਾਦ ਕਰਨਾ ਚਾਹੁੰਦੇ!

ਸਟਪਸ ਦੀ ਵਸੂਲਣ, ਦੇ ਸਿੱਕੇ, banknotes, TCGs, ਵੀਡੀਓ ਗੇਮਜ਼ ਅਤੇ ਵਿੱਚ ਹੋਰ ਦਾ ਆਨੰਦ Transposh-ਅਨੁਵਾਦ ਕੀਤਾ Colnect 62 ਭਾਸ਼ਾਵਾਂ. ਸਵੈਪ, ਮੁਦਰਾ, ਆਪਣੇ ਨਿੱਜੀ ਭੰਡਾਰ mange ਸਾਡੇ ਕੈਟਾਲਾਗ ਵਰਤ. ਤੁਹਾਨੂੰ ਕੀ ਇਕੱਠਾ ਕਰਦੇ?
ਕੁਲੈਕਟਰਾਂ ਨੂੰ ਜੋੜਨਾ: ਦੇ ਸਿੱਕੇ, ਸਟਪਸ ਅਤੇ ਹੋਰ!

ਹਾਲ ਹੀ ਟਿੱਪਣੀ

  1. ਆਂਡਰੇ 'ਤੇ ਸੰਸਕਰਣ 1.0.9.5 – ਕੋਡ ਸੜਨ ਨਾਲ ਲੜ ਰਿਹਾ ਹੈਜੂਨ 4, 2025
  2. Ofer 'ਤੇ ਸੰਸਕਰਣ 1.0.9.5 – ਕੋਡ ਸੜਨ ਨਾਲ ਲੜ ਰਿਹਾ ਹੈਮਈ, 28, 2025
  3. ਆਂਡਰੇ 'ਤੇ ਸੰਸਕਰਣ 1.0.9.5 – ਕੋਡ ਸੜਨ ਨਾਲ ਲੜ ਰਿਹਾ ਹੈਮਈ, 28, 2025
  4. fch ਜੀ 'ਤੇ ਸੰਸਕਰਣ 1.0.9.5 – ਕੋਡ ਸੜਨ ਨਾਲ ਲੜ ਰਿਹਾ ਹੈਅਪ੍ਰੈਲ 24, 2025
  5. ਸਟੇਸੀ 'ਤੇ ਸੰਸਕਰਣ 1.0.9.5 – ਕੋਡ ਸੜਨ ਨਾਲ ਲੜ ਰਿਹਾ ਹੈਅਪ੍ਰੈਲ 8, 2025

ਟੈਗਸ

0.7 0.9 Ajax Bing (msn) ਅਨੁਵਾਦਕ ਜਨਮਦਿਨ buddypress ਬੱਗਫਿਕਸ ਹੈ ਕੰਟਰੋਲ ਸਟਰ css sprites ਡੀਬੱਗ ਦਾਨ ਅਨੁਵਾਦ ਦਾਨ ਇਮੋਜੀ ਨਕਲੀ ਇੰਟਰਵਿਊਜ਼ ਫਲੈਗ ਫਲੈਗ sprites ਪੂਰੀ ਨੂੰ ਵਰਜਨ ਕੀਤੇ gettext Google-xml-sitemaps ਗੂਗਲ ਦਾ ਅਨੁਵਾਦ ਮੁੱਖ ਨਾਬਾਲਗ ਹੋਰ ਭਾਸ਼ਾ ਪਾਰਸਰ ਪੂਰੀ ਪੇਸ਼ਾਵਰ ਅਨੁਵਾਦ ਰੀਲਿਜ਼ ਆਰਐਸਐਸ securityfix ਇਸ Shortcode shortcodes ਗਤੀ ਸੁਧਾਰ ਸ਼ੁਰੂ ਕਰਨ themeroller Trac UI ਵੀਡੀਓ ਵਿਦਗਿਟ, wordpress.org wordpress 2.8 wordpress 3.0 ਵਰਡਪਰੈਸ MU ਵਰਡਪਰੈਸ ਪਲੱਗਇਨ WP-ਸੁਪਰ-cache ਦੀ xcache

ਵਿਕਾਸ ਫੀਡ

  • ਜਾਰੀ ਕਰਨਾ 1.0.9.6
    ਅਪ੍ਰੈਲ 5, 2025
  • ਇੰਟਰਫੇਸ ਸੰਪਾਦਿਤ ਕਰਨ ਲਈ ਮਾਮੂਲੀ ਕੋਡ ਸੁਧਾਰ ਅਤੇ ਕੁਝ ਡਿਸਪੇਸੇਸ਼ਨ ਨੂੰ ਹਟਾ ਲਈ ...
    ਮਾਰਚ 22, 2025
  • ਪਰਿਭਾਸ਼ਤ ਐਰੇ ਬਟਨ ਨੂੰ ਠੀਕ ਕਰੋ
    ਮਾਰਚ 18, 2025
  • ਅੰਤ ਵਿੱਚ Jquyutui ਦਾ ਸਮਰਥਨ ਕਰੋ 1.14.1, ਛੋਟਾ ਕੋਡ ਵਧੀਆ
    ਮਾਰਚ 17, 2025
  • ਜਾਰੀ ਕਰਨਾ 1.0.9.5
    ਮਾਰਚ 15, 2025

ਸੋਸ਼ਲ

  • ਫੇਸਬੁੱਕ
  • ਟਵਿੱਟਰ

ਦੁਆਰਾ ਡਿਜ਼ਾਈਨ LPK ਸਟੂਡੀਓ

ਇੰਦਰਾਜ਼ (ਮਈ) ਅਤੇ Comments (ਮਈ)

ਕਾਪੀਰਾਈਟ © 2025 · Transposh LPK ਸਟੂਡੀਓ 'ਤੇ ਉਤਪਤ ਫਰੇਮਵਰਕ · ਵਰਡਪਰੈਸ · ਲਾਗਿਨ