Comments for Phrase https://phrase.com/ Localization and translation software Wed, 08 Nov 2023 08:01:23 +0000 hourly 1 https://wordpress.org/?v=6.6.2 Comment on Electron App Tutorial on Internationalization (i18n) by Electron App Tutorial on Internationalization (i18n) – Phrase Blog | Moataz World https://phrase.com/blog/posts/building-an-electron-app-with-internationalization-i18n/#comment-154 Tue, 24 Dec 2019 10:56:02 +0000 https://phraseapp.com/blog/?p=4060#comment-154 […] Source: Electron App Tutorial on Internationalization (i18n) – Phrase Blog […]

]]>
Comment on How to Write a Vim Plugin with Ruby by 邓超 https://phrase.com/blog/posts/writing-vim-plugin-ruby/#comment-28 Tue, 23 Oct 2018 02:56:00 +0000 https://phraseapp.com/blog/?p=642#comment-28 Thanks, How to transfer parameters?
example:
https://uploads.disquscdn.com/images/bda06a3ec87356d1ddade2c0529338d026a764b910457dbd777743e15492c2f1.png
——————————————————————
function! num#add_num(s,e)
ruby << EOF
def get_current_line(s,e)
cb = Vim::Buffer.current
j = 1
(s..e).each do |i|
line = cb[i]
cb[i] = "#{j}. #{line}"
j += 1
end
end
get_current_line(s,e)
EOF
endfunction
—————————————————————–
Parameters cannot be transmitted correctly.

]]>
Comment on How to Write a Vim Plugin with Ruby by 邓超 https://phrase.com/blog/posts/writing-vim-plugin-ruby/#comment-27 Tue, 23 Oct 2018 02:54:00 +0000 https://phraseapp.com/blog/?p=642#comment-27 Thanks, How to transfer parameters?
example:
——————————————————————
function! num#add_num(s,e)
ruby << EOF
def get_current_line(s,e)
cb = Vim::Buffer.current
j = 1
(s..e).each do |i|
line = cb[i]
cb[i] = "#{j}. #{line}"
j += 1
end
end
get_current_line(s,e)
EOF
endfunction
—————————————————————–
Parameters cannot be transmitted correctly.

]]>
Comment on A Comprehensive Guide to React Native Localization by Jonas https://phrase.com/blog/posts/react-native-i18n-with-expo-and-i18next-part-1/#comment-155 Mon, 15 Oct 2018 11:22:00 +0000 https://phraseapp.com/blog/?p=4624#comment-155 Hi there,
Thanks for this great tutorial!
I’m having a problem with jest, though: as soon as I import “/src/services/i18n/index.js” into any of my tests (or the components that I test), the test breaks with this message:
Invariant Violation: Native module cannot be null.
at invariant (node_modules/fbjs/lib/invariant.js:42:15)
at new NativeEventEmitter (node_modules/react-native/Libraries/EventEmitter/NativeEventEmitter.js:1:2434)
at Object. (node_modules/expo/src/Location.js:1:432)
at Object. (node_modules/expo/src/Expo.js:1:381)
Have you run into this? Any idea of how to resolve it? Been googling without luck.
Thanks,
Jonas

]]>
Comment on Localization (l10n): What It Is, and How to Build a Strategy? by Storia PR » Archive » Do You Have A Localization Strategy? https://phrase.com/blog/posts/how-important-is-localization-for-your-business/#comment-188 Sun, 14 Oct 2018 16:28:29 +0000 https://phraseapp.com/blog/?p=1139#comment-188 […] if you cannot conquer home you cannot conquer the world and thus you need to fight for your patch. Localization is all about catering to the local customers around your business and treating them as your main priority. For […]

]]>
Comment on Rails Validation: Pitfalls in Validating Uniqueness with Active Record by Ruby on Rails: MySQL x PostgreSQL - Ronan Lopes https://phrase.com/blog/posts/pitfalls-uniqueness-validation-for-uniqueness-using-rails-activerecord/#comment-115 Wed, 26 Sep 2018 23:16:04 +0000 https://phraseapp.com/blog/?p=2117#comment-115 […] sua aplicação, esses pontos podem ser críticos e a camada de aplicação do Rails pode possuir algumas armadilhas nesse aspecto, o que faz necessário transferir essa responsabilidade para o seu SGBD. Mas conforme esperado, […]

]]>
Comment on The Best Android Developer Blogs to Follow Now by Cogniti Digital Solutions https://phrase.com/blog/posts/21-best-blogs-android-developers/#comment-106 Mon, 24 Sep 2018 07:27:00 +0000 https://phraseapp.com/blog/?p=1736#comment-106 Thanks for the Informative Website and article

]]>
Comment on The Best Software Development Blogs to Follow Now by Cogniti Digital Solutions https://phrase.com/blog/posts/10-must-read-blogs-for-software-developer/#comment-83 Mon, 24 Sep 2018 06:57:00 +0000 https://phraseapp.com/blog/?p=1490#comment-83 Thanks for the Informative Website and article

]]>
Comment on The Best Software Development Blogs to Follow Now by Neosphere https://phrase.com/blog/posts/10-must-read-blogs-for-software-developer/#comment-82 Mon, 10 Sep 2018 06:22:00 +0000 https://phraseapp.com/blog/?p=1490#comment-82 Very helpful, informative and important blog for software developer. Thanks for sharing this post.

]]>