Commit d3e725498d9d9bc74b1b580dfd8879681b503d8b

Authored by Guillermo Osorio
1 parent 0b724e0b

Bug de moment.js

... ... @@ -24,7 +24,7 @@ import Splash from './screens/Splash'
24 24
25 25 import css from './common/styles'
26 26
27   -moment.locale('es-ES')
  27 +moment.locale('es')
28 28
29 29
30 30 export default class App extends Component {
... ...
... ... @@ -7,7 +7,8 @@ export const STATUS_BAR_HEIGHT = Constants.statusBarHeight
7 7 // DEV
8 8 export const SENATICS_URL = 'http://dev.proxy.py:3128/portal-core/rest/api'
9 9
10   -export const BACKEND_URL = 'http://192.168.43.142:15000'
  10 +// export const BACKEND_URL = 'http://appaip.paraguay.gov.py'
  11 +export const BACKEND_URL = 'http://dev.proxy.py:15000'
11 12 export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaamina.icon.png'
12 13 export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/'
13 14 export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py'
... ...
... ... @@ -58,7 +58,7 @@ class PaginaDetalle extends Component {
58 58 <Divider />
59 59 <View style={css.cardFooter} >
60 60 <Text style={css.fechaSolicitud}>
61   - {moment(flujo.fechaCambio).locale('es-ES').fromNow()}
  61 + {moment(flujo.fechaCambio).locale('es').fromNow()}
62 62 </Text>
63 63 </View>
64 64 </Card>))
... ... @@ -84,7 +84,7 @@ class PaginaDetalle extends Component {
84 84 <Divider />
85 85 <View style={css.cardFooter} >
86 86 <Text style={css.fechaSolicitud}>
87   - {moment(props.solicitud.fecha).locale('es-ES').fromNow()}
  87 + {moment(props.solicitud.fecha).locale('es').fromNow()}
88 88 </Text>
89 89 <Text style={css.nombreUsuario} >
90 90 {props.usuario.nombre} {props.usuario.apellido}
... ...
Please register or login to post a comment