Los analistas internacionales de RPM reducen sus pronósticos luego de las ganancias downbeat - RPM INTL (NYSE: RPM) – ButterWord

RPM International Inc. Rpm informó resultados financieros del tercer trimestre peores de lo esperado el martes. Las ventas disminuyeron un 3% año tras año a $ 1.48 mil millones, perdiendo el consenso de $ 1.51 mil millones. EPS adecuado fue de 35 centavos, perdiendo el consenso de 49 centavos. Frank C. Sullivan, presidente y CEO […]

ButterWord
¿Qué está pasando hoy con los sabores internacionales y las fragancias? - INTL Flavors y fragancias (NYSE: IFF) – ButterWord

Flavors y fragancias internacionales, Inc. IFF Las acciones se cotizan más bajas en la sesión previa al mercado el miércoles. Ayer, la compañía reportó resultados del cuarto trimestre. La compañía registró ganancias trimestralmente ajustadas por influencia de 97 centavos, superando el Presencia callejera de 81 centavos. Las ventas de $ 2.771 mil millones (+3% año […]

ButterWord

Aujourd'hui j'ai plongé dans les méandres du dev Microsoft et j'ai publié ma toute première #extension #vs_code.

C'est pour formatter des string selon l'API stricte de #formatjs.

C'est une humble v0.0.1 qui va me permettre de formatter plus vite des textes déjà existants dans la #codebase d'une #app qui était initialement en anglais.

https://marketplace.visualstudio.com/items?itemName=bluecutofficial.formatjs-shape

#intl #dev #web

formatjs-shape - Visual Studio Marketplace

Extension for Visual Studio Code - Visual Studio Code extension to help introducing formatjs into an existing codebase. Select a string or template string then format it automatically to follow formatjs spec.

En ce moment je m'occupe de l'#internationalisation des textes d'une #codebase américaine. C'est passionnant de voir toutes les constructions hyper langue-centrées quand une #app n'est pas du tout pensée pour la trad dès la conception.

Exemple spécial US: ils utilis(ai)ent la librairie #inflection pour pluraliser des noms de ressources dynamiques dans l'UI. Le·a dev qui a fait ça s'est sans doute senti très malin sur le moment, sauf que non.

#web #intl

#XAMPP‑에 #intl 설치하는데 하루 걸렸다.

ResourceBundle class throws an IntlException since #php 7 instead of writing null into a variable when instantiated wrong. I didn't notice that improvement.

It was always weird that something like

$var = new ResourceBundle('IWant', 'errors');

resulted with null in $var. #intl

Recently I was preparing a talk for the fwdays PHP in Kyiv. A talk about internationalization. And gues what: One of the parts of internationalization is: Timezones. Yes, I know, I am fond of them and all but that’s not what this is going to be about.

In the talk I am showing how to propperly render a datetime for a given locale in a given timezone using […]

https://andreas.heigl.org/2024/07/14/how-to-keep-your-icu-version-up-to-date-when-using-the-php-intl-extension/

Mastering date formatting using Intl.DateTimeFormat in JavaScript

For a long time, libraries like MomentJS and DateFNS reigned supreme when it came to date manipulation. Although they still satisfy very specific use cases, if all you need is to simply format a date, you might already be able to meet your needs with just native JavaScript.

#TIL `Intl.NumberFormat` with compact notation doesn't work for thousands in German language.

E.g.: 10000 → 10.000 instead of "10 Tsd.". But, 10000000 → "10 Mio."

I guess "Tsd." doesn't really compact it much unlike English's "10K" 🤷‍♂️

Relevant research: https://github.com/dart-lang/i18n/issues/156#issuecomment-1513218006
> "Tsd does not occur in the CLDR data" https://st.unicode.org/cldr-apps/v#/de/Compact_Decimal_Formatting/ff7ca46dee120b1

#JavaScript #Intl #WebDev

NumberFormat.compact() - No notation for thousands in German · Issue #156 · dart-lang/i18n

The compact number format for German does not have a notation for thousands. When formatting 100000 with NumberFormat.compact() in German I get: 100000 The desired result would be: 100 Tsd. (In Eng...

GitHub

Support for JavaScript based stored functions and procedures in MySQL Enterprise and MySQL HeatWave in Oracle Cloud includes top-level, global objects.

Check out this post for an example of using the Intl object.
https://blogs.oracle.com/mysql/post/using-the-global-intl-javascript-object-in-mysql

#mysql #javascript #intl