<fb:intl>不起作用</fb:intl>

时间:2011-09-27 10:31:43

标签: facebook internationalization

我今天尝试过。我的出发点是:https://developers.facebook.com/docs/internationalization。不幸的是,我无法在翻译应用程序中注册字符串。

我找到了两个线程,表明它仍然是错误的,不值得继续工作 - 几个月前的最后几个条目: http://forum.developers.facebook.net/viewtopic.php?id=70655 http://bugs.developers.facebook.net/show_bug.cgi?id=11448

有人有更多相关信息吗?工作样本会非常有用。谢谢!

1 个答案:

答案 0 :(得分:1)

注册字符串适用于intl.uploadNativeStrings。您可以直接在该页面上输入字符串,例如:输入native_string字段:[{text:“some string”,desc:“a description”}] 然后单击“呼叫方法”

注册后,我可以翻译翻译应用程序中的字符串。

但无论如何,我的Iframe应用程序中的字符串仍未翻译。是使用

<fb:intl>some string</fb:intl>
我的应用程序中的

标签并致电

FB.init({
    appId   : '$appid',
    status  : true, // check login status
    cookie  : true, // enable cookies to allow the server to access the session
    xfbml   : true // parse XFBML
});

...在脚本//connect.facebook.net/de_DE/all.js

但我的字符串从未翻译过。对此有何进一步的帮助?