I need change timeline period to another language. I used this code to translate:
google.charts.load('current', {'packages': ['timeline'], 'language': 'pt'});
The label "Duration" to 'pt' "Duração" is translated, but the time period "seconds" is in english. How I can change the time period "seconds" to 'pt' ?